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