diff --git a/21g30t1e75.js b/21g30t1e75.js index ed667aa..7131e4c 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -540,6 +540,8 @@ GameLib.CustomCode.prototype.createGameObject = function( this.grid[gameObject.position.x][gameObject.position.y].dispose(); } + this.visualizeGrid(); + return gameObject; }.bind(this);