diff --git a/21g30t1e75.js b/21g30t1e75.js index 66395ea..b7be6a4 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -257,6 +257,8 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { tail.position.y = parent.position.y; tail.orientation = parent.orientation; + tail.applyToMesh(); + newSnake.push(tail); tail = parent;