diff --git a/21g30t1e75.js b/21g30t1e75.js index c6f68ae..7c9bfd1 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1087,10 +1087,10 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { case GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY : if (body.orientation !== backup.orientation) { - body.orientation = backup.orientation; - body.flip = backup.flip; - backup.orientation = this.state.orientation; - backup.flip = this.state.flip; + //body.orientation = backup.orientation; + //body.flip = backup.flip; + //backup.orientation = this.state.orientation; + //backup.flip = this.state.flip; this.createCorner(body, backup); body.applyToMesh(); }