Skip to content

Commit 5f4941d

Browse files
committed
Fixed this return types for Phaser.Geom.Triangle
1 parent 77cae09 commit 5f4941d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geom/triangle/Triangle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ var Triangle = new Class({
198198
* @param {number} [x3=0] - `x` coordinate of the third point.
199199
* @param {number} [y3=0] - `y` coordinate of the third point.
200200
*
201-
* @return {Phaser.Geom.Triangle} This Triangle object.
201+
* @return {this} This Triangle object.
202202
*/
203203
setTo: function (x1, y1, x2, y2, x3, y3)
204204
{

0 commit comments

Comments
 (0)