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

beta.r3js.org
-=yb4f310 2018-03-22 19:32:10 +01:00
parent 2ac55f1f8c
commit f6692a3dc4
1 changed files with 4 additions and 4 deletions

View File

@ -939,7 +939,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
} else { } else {
if (this.state.eating === false) { if (this.state.eating === true) {
return; return;
} }
@ -973,9 +973,9 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
if (body.backupMesh) { if (body.backupMesh) {
/** /**
* We used to be a corner, change back * We used to be a corner, change back
* @type {null} * @type {null}
*/ */
body.mesh.geometry = null; body.mesh.geometry = null;
body.mesh.materials = null; body.mesh.materials = null;