Fix: Whac a mole bug - checkTyping parameter

This commit is contained in:
2018-11-27 09:05:25 +09:00
parent 414b5fcb4d
commit f26b12716b
+1 -1
View File
@@ -119,7 +119,7 @@ var WhacAMole = {
"whac a mole" // callerClassName
);
game.input.keyboard.processKeyPress = (function() {
game.input.keyboard.processKeyPress = (function(event) {
if(self.isOnStage === false)
return;