We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78a527 commit 64000dfCopy full SHA for 64000df
1 file changed
src/input/InputHandler.js
@@ -655,7 +655,7 @@ Phaser.InputHandler.prototype = {
655
{
656
if (typeof fastTest === 'undefined') { fastTest = false; }
657
658
- if (fastTest && this.pixelPerfectClick)
+ if (!fastTest && this.pixelPerfectClick)
659
660
return this.checkPixel(this._tempPoint.x, this._tempPoint.y);
661
}
@@ -690,7 +690,7 @@ Phaser.InputHandler.prototype = {
690
691
692
693
- if (fastTest && this.pixelPerfectOver)
+ if (!fastTest && this.pixelPerfectOver)
694
695
696
0 commit comments