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

beta.r3js.org
-=yb4f310 2018-03-19 10:48:43 +01:00
parent 5b7e609c7d
commit a8bca943d4
1 changed files with 3 additions and 3 deletions

View File

@ -272,11 +272,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;