From 9d0aa3326560eec6351d580d818a505db74042c0 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 15:41:34 +0100 Subject: [PATCH] Update: CC - Snake FS - Before Render (zjq6ach3jt.js) 37 bytes modified --- zjq6ach3jt.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zjq6ach3jt.js b/zjq6ach3jt.js index 04e58ef..5896cd0 100644 --- a/zjq6ach3jt.js +++ b/zjq6ach3jt.js @@ -23,6 +23,8 @@ if (this.state.getReady || this.state.gameOver) { return; } +this.advanceSpeedTimer(data.delta); + this.advanceSnake(data.delta); this.createFood(data.delta);