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'); } }