Fixed pixel perfect dragging, this was still using the old property 'pixelPerfect' instead of the new 'pixelPerfectClick'

This commit is contained in:
Jeroen Verfallie 2014-07-11 09:58:38 +02:00 committed by Clark Stevenson
parent d7bed24a27
commit 8a1c1db8d9

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)