From 0cbbc2f4631a0c04d5378a2128850f824e14072e Mon Sep 17 00:00:00 2001 From: garrettdreyfus Date: Sat, 17 May 2014 17:28:15 -0400 Subject: [PATCH] checking working no anims --- entities.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities.js b/entities.js index ef5af47..8e9aa09 100644 --- a/entities.js +++ b/entities.js @@ -68,7 +68,7 @@ var Clock = function(sideLength) { lane = lane % this.sides; block.distFromHex = MainClock.sideLength / 2 * Math.sqrt(3) + block.height * this.blocks[lane].length; this.blocks[lane].push(block); - // consolidateBlocks(this,lane,this.blocks.length-1); + consolidateBlocks(this,lane,this.blocks[lane].length-1); }; this.doesBlockCollide = function(block, iter) {