diff --git a/21g30t1e75.js b/21g30t1e75.js index bec89ae..aa2b7b7 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -321,7 +321,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.mesh = this.meshBreadCorner.clone(); } - //body.orientation = this.snake[index - 1].orientation; + body.orientation = this.snake[index - 1].orientation; } }