Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 5 bytes modified

beta.r3js.org
-=yb4f310 2018-03-12 14:13:06 +01:00
parent a6b0cafa4f
commit 172bd5ae1e
1 changed files with 1 additions and 1 deletions

View File

@ -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)