From 9a3a0027ab3e163f806005ab4a1706fca6d9e454 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 21 Mar 2018 10:37:54 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 14 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 09bff3e..d5a0e98 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -498,7 +498,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { //body.backupMesh.updateInstance('visible'); - body.mesh = this.meshBreadCorner.clone(); + body.mesh = this.createGameMesh(this.imageBreadCorner); body.mesh.position.z = 5;