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

beta.r3js.org
-=yb4f310 2018-03-23 14:48:49 +01:00
parent 651c7d3eeb
commit dd35b40e12
1 changed files with 3 additions and 1 deletions

View File

@ -906,7 +906,9 @@ GameLib.CustomCode.prototype.initializeGrid = function() {
function(x) {
x.map(
function(y) {
y.dispose();
if (y) {
y.dispose();
}
}
);
}