From 0c78a2625a760a93148ad157d8a34d512de25ae5 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 11:11:23 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 40 bytes modified --- 21g30t1e75.js | 1 + 1 file changed, 1 insertion(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 4a5dfb8..7c7dad7 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -183,6 +183,7 @@ GameLib.CustomCode.SnakeBody.prototype.applyToMesh = function() { if (this.backupMesh) { this.mesh.rotation.z += ((Math.PI / 2) * this.flip); this.mesh.updateInstance('position'); + this.mesh.updateInstance('rotation'); } /**