mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Merge pull request #996 from jeroenverfallie/dev
Fixed pixel perfect dragging
This commit is contained in:
commit
8c486f5c18
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ Phaser.InputHandler.prototype = {
|
|||
this.dragOffset = new Phaser.Point();
|
||||
this.dragFromCenter = lockCenter;
|
||||
|
||||
this.pixelPerfect = pixelPerfect;
|
||||
this.pixelPerfectClick = pixelPerfect;
|
||||
this.pixelPerfectAlpha = alphaThreshold;
|
||||
|
||||
if (boundsRect)
|
||||
|
|
Loading…
Reference in a new issue