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