checking working no anims
This commit is contained in:
parent
86c73baa75
commit
0cbbc2f463
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue