mirror of
https://github.com/photonstorm/phaser
synced 2024-12-13 23:02:56 +00:00
Fixed this
return types for Phaser.Geom.Polygon
This commit is contained in:
parent
edb035512b
commit
24fbe810df
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ var Polygon = new Class({
|
|||
*
|
||||
* @param {array} points - Points defining the perimeter of this polygon. Please check function description above for the different supported formats.
|
||||
*
|
||||
* @return {Phaser.Geom.Polygon} This Polygon object.
|
||||
* @return {this} This Polygon object.
|
||||
*/
|
||||
setTo: function (points)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue