From 173dc5c865ff94ffbbf5dc6b21bc3ce4b651fd82 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 15 Mar 2018 13:00:33 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 27 bytes modified --- 21g30t1e75.js | 2 ++ 1 file changed, 2 insertions(+) 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;