From 37bc139b25137eca2e1034d9c98c22b4edfccd75 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 20:05:58 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 26 bytes modified --- 21g30t1e75.js | 1 + 1 file changed, 1 insertion(+) 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;