From 23a52db0fe9090cb50378f2557432cda308ca42a Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 12:46:31 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 78 bytes modified --- 21g30t1e75.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 7f88d1f..0b9c03d 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1249,6 +1249,9 @@ GameLib.CustomCode.prototype.restore = function() { clone.mesh.rotation.z += ((Math.PI / 2) * clone.flip); clone.mesh.updateInstance('rotation'); + clone.mesh.visible = true; + clone.mesh.updateInstance('visible'); + } else { clone.mesh.visible = true; clone.mesh.updateInstance('visible');