pausing fixed

This commit is contained in:
garrettdreyfus 2014-05-25 11:15:22 -04:00
parent 1db9d66474
commit 16c4502a1c

View file

@ -308,6 +308,7 @@ function animLoop() {
render();
}
else if (gameState == -1) {
debugger;
showModal('Paused!', 'Press "P" to continue.');
}
else if (gameState == 2) {