diff --git a/21g30t1e75.js b/21g30t1e75.js index 2dcd780..324da60 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -285,7 +285,9 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.mesh.visible = true; body.mesh.updateInstance('visible'); - } + + body.mesh.updateInstance('position'); + } if ( body.orientation !== temp.orientation @@ -296,8 +298,6 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { * Our orientation changed - we should make a corner */ body.backupMesh = body.mesh; - - body.backupMesh.updateInstance('position'); body.backupMesh.visible = false;