From 962eeee3f3b2bca770aad61c569697add2f7a4af Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 21 Mar 2018 12:53:54 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 75 bytes modified --- 21g30t1e75.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index f7a8702..2dd33c7 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -269,8 +269,7 @@ GameLib.CustomCode.SnakeBody = function( } this.mesh = mesh; - this.mesh.position.z = GameLib.CustomCode.SnakeBody.LastZ; - GameLib.CustomCode.SnakeBody.LastZ += 0.1; + this.mesh.position.z = 0.1; this.mesh.updateInstance('position'); this.mesh.updateInstance('visible');