Update: CC - Snake FS - Before Render (zjq6ach3jt.js) 21 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 22:25:21 +01:00
parent d72b11fff6
commit dfc4b891a4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if (this.state.exploding) {
return;
}
if (this.state.getReady || this.state.gameOver) {
if (this.state.getReady || this.state.gameOver || this.state.paused) {
return;
}