Update: CC - Snake FS - Key Up (306204wy29.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2018-03-15 15:26:30 +01:00
parent 5b5d220944
commit 88ad9a058e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if (!this.initialized) {
if (this.state.turning) {
//console.warn('already turning - todo: store the input and play back');
return;
//return;
}
if (data.keyCode === GameLib.System.Input.KEY_UP) {