From 3835a29219152c62716438c99fea88941ccc1ffb Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 12:50:04 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 84 bytes modified --- 21g30t1e75.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 4c77575..9a4ccfa 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1247,6 +1247,10 @@ GameLib.CustomCode.prototype.restore = function() { clone.backupMesh = clone.mesh; clone.mesh = this.createGameMesh(this.materialBreadCorner); + + clone.mesh.visible = false; + clone.mesh.updateInstance('visible'); + clone.applyToMesh(); //clone.mesh.rotation.z = clone.orientation * Math.PI / 2; //clone.mesh.rotation.z += ((Math.PI / 2) * clone.flip);