Merge pull request #996 from jeroenverfallie/dev

Fixed pixel perfect dragging
This commit is contained in:
Richard Davey 2014-07-11 11:44:47 +01:00
commit 8c486f5c18

View file

@ -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)