diff --git a/2xswm1bwq8.js b/2xswm1bwq8.js index 2f72d21..4594851 100644 --- a/2xswm1bwq8.js +++ b/2xswm1bwq8.js @@ -582,7 +582,7 @@ GameLib.CustomCode.prototype.getBlockGridPositions = function (block) { return positions; }.bind(this); - + GameLib.CustomCode.prototype.drawGrid = function () { var geometry = new THREE.BufferGeometry(); @@ -1320,7 +1320,7 @@ GameLib.CustomCode.prototype.getNextBlock = function () { this.animationSystem.start(); - this.animation.addMesh(this.block.center); + this.animation.meshes.push(this.block.center); }.bind(this);