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

beta.r3js.org
-=yb4f310 2018-03-21 09:59:34 +01:00
parent 76b6687c86
commit 6c6448262c
1 changed files with 4 additions and 0 deletions

View File

@ -500,6 +500,10 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
body.mesh.position.z = 5;
body.mesh.updateInstance('position');
body.mesh.visible = true;
body.mesh.updateInstance('visible');
}
}