From 172bd5ae1eb7cb099f8c4b1d3f06fda1bca83d03 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 14:13:06 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 5 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 3019261..9f87ce9 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -36,7 +36,7 @@ GameLib.CustomCode.prototype.createMaterial = function(image) { GameLib.CustomCode.prototype.createGameMesh = function(image) { return new GameLib.D3.Mesh( - runtime.graphics, + this.runtime.graphics, { geometry : this.geometryBody, materials : this.createMaterial(image)