From 5d7f7203d15781682bc668ec8bebf003d3fceffa Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 11:03:31 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 142 bytes modified --- 21g30t1e75.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index f934374..2f8cbc4 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -311,7 +311,13 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { //body.backupMesh.updateInstance('visible'); body.mesh = this.meshBreadCorner.clone(); - } + } else { + body.orientation = temp.orientation; + + body.applyToMesh(); + + body.orientation = backup.orientation; + } }