We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85f4c0 commit bfd0b77Copy full SHA for bfd0b77
1 file changed
src/geom/Polygon.js
@@ -92,7 +92,7 @@ Phaser.Polygon.prototype = {
92
93
setTo : function(points) {
94
95
- this.points = point;
+ this.points = points;
96
97
return this;
98
0 commit comments