From 6c6448262c3c43ba6c6a0bb8c075930971e22d40 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 21 Mar 2018 09:59:34 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 89 bytes modified --- 21g30t1e75.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index e70ff59..ad45239 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -500,6 +500,10 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.mesh.position.z = 5; body.mesh.updateInstance('position'); + + body.mesh.visible = true; + + body.mesh.updateInstance('visible'); } }