From 349039de499f96454bfb415907f97ad6244f5184 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 18 Feb 2018 17:42:00 +0100 Subject: [PATCH] Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 0 bytes modified --- 2xswm1bwq8.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);