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

beta.r3js.org
-=yb4f310 2018-03-19 10:52:57 +01:00
parent 8b0cad6bf0
commit 868b570303
1 changed files with 3 additions and 3 deletions

View File

@ -273,11 +273,11 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
* We used to be a corner, change back
* @type {null}
*/
//body.mesh.geometry = null;
body.mesh.geometry = null;
//body.mesh.materials = null;
body.mesh.materials = null;
//body.mesh.remove();
body.mesh.remove();
body.mesh = body.backupMesh;