Skip to content

Commit 8ef5c5e

Browse files
author
Stuart Lee
committed
fixed arguments
1 parent bfd0b77 commit 8ef5c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geom/Line.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Phaser.Line.prototype = {
198198
}
199199
else
200200
{
201-
output.setTo(this.start.x, this.start.y, this.start.x, this.start.y);
201+
output.setTo(this.start.x, this.start.y, this.end.x, this.end.y);
202202
}
203203

204204
return output;

0 commit comments

Comments
 (0)