From 88ad9a058e7f28cebad1d8955e3c3405378525e9 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 15 Mar 2018 15:26:30 +0100 Subject: [PATCH] Update: CC - Snake FS - Key Up (306204wy29.js) 2 bytes modified --- 306204wy29.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/306204wy29.js b/306204wy29.js index a53cd9f..a4acc1e 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -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) {