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

beta.r3js.org
-=yb4f310 2018-03-22 11:52:05 +01:00
parent 8f5840747e
commit e39f0b6d18
1 changed files with 2 additions and 0 deletions

View File

@ -462,6 +462,8 @@ GameLib.CustomCode.prototype.createGameObject = function(
gameObject = this.powerups.shift();
this.grid[gameObject.position.x][gameObject.position.y].dispose();
}
return gameObject;
}.bind(this);