fixed clicking in hextris
This commit is contained in:
parent
13c1243adb
commit
1372087e59
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ $(document).ready(function(){
|
|||
}, false);
|
||||
|
||||
function handleClickTap(x) {
|
||||
if (!MainClock || gameState === 0) {
|
||||
if (!MainClock || gameState === 0 || gameState==2 || gameState==-1) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue