Skip to content

Commit bfd0b77

Browse files
committed
typo
1 parent c85f4c0 commit bfd0b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geom/Polygon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Phaser.Polygon.prototype = {
9292

9393
setTo : function(points) {
9494

95-
this.points = point;
95+
this.points = points;
9696

9797
return this;
9898

0 commit comments

Comments
 (0)