From 21881ffec616b3cdb77767bae7d49652d946a4aa Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 09:46:46 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 2 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index bec89ae..aa2b7b7 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -321,7 +321,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.mesh = this.meshBreadCorner.clone(); } - //body.orientation = this.snake[index - 1].orientation; + body.orientation = this.snake[index - 1].orientation; } }