diff --git a/21g30t1e75.js b/21g30t1e75.js index 1b57725..40d0d30 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -265,7 +265,6 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { this.state.orientation ); - //backup.orientation = body.orientation; } if (index > 0) { @@ -319,10 +318,11 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.backupMesh.updateInstance('visible'); body.mesh = this.meshBreadCorner.clone(); - } else { - body.orientation = this.snake[index - 1].orientation; - } - } + } + + body.orientation = this.snake[index - 1].orientation; + + } } body.applyToMesh(this.state.flip);