mirror of
https://github.com/photonstorm/phaser
synced 2024-12-14 07:13:00 +00:00
Fixed this
return types for Phaser.Geom.Triangle
This commit is contained in:
parent
77cae094d9
commit
5f4941d9a4
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ var Triangle = new Class({
|
|||
* @param {number} [x3=0] - `x` coordinate of the third point.
|
||||
* @param {number} [y3=0] - `y` coordinate of the third point.
|
||||
*
|
||||
* @return {Phaser.Geom.Triangle} This Triangle object.
|
||||
* @return {this} This Triangle object.
|
||||
*/
|
||||
setTo: function (x1, y1, x2, y2, x3, y3)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue