Skip to content

Commit 8c486f5

Browse files
committed
Merge pull request phaserjs#996 from jeroenverfallie/dev
Fixed pixel perfect dragging
2 parents d7bed24 + 01a761b commit 8c486f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/InputHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ Phaser.InputHandler.prototype = {
11331133
this.dragOffset = new Phaser.Point();
11341134
this.dragFromCenter = lockCenter;
11351135

1136-
this.pixelPerfect = pixelPerfect;
1136+
this.pixelPerfectClick = pixelPerfect;
11371137
this.pixelPerfectAlpha = alphaThreshold;
11381138

11391139
if (boundsRect)

0 commit comments

Comments
 (0)