diff --git a/21g30t1e75.js b/21g30t1e75.js index 410121a..b353243 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1011,6 +1011,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.orientation = backup.orientation; body.flip = backup.flip; this.createCorner(body, temp); + body.applyToMesh(); } return;