From da94326e9695aab6be69b751c550a31d4e4e75ad Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 11:09:28 +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 732c93b..4faa37c 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -189,7 +189,7 @@ GameLib.CustomCode.SnakeBody.prototype.applyToMesh = function() { * TODO: We don't update instance position - animation should do this */ // this.mesh.updateInstance('position'); - this.mesh.updateInstance('rotation'); + //this.mesh.updateInstance('rotation'); } GameLib.CustomCode.SnakeBody.prototype.advance = function(orientation, flip) {