From 19bea535ece0b76a640ab24f69a05ed61f4d9670 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 2 Sep 2023 17:46:03 -0600 Subject: docker. minor updates that don't really need any message. --- engine/structures/Grid.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'engine/structures/Grid.ts') diff --git a/engine/structures/Grid.ts b/engine/structures/Grid.ts index 5f0e053..06bdf4e 100644 --- a/engine/structures/Grid.ts +++ b/engine/structures/Grid.ts @@ -67,9 +67,6 @@ export class Grid implements RefreshingCollisionFinderBehavior { const yBoxes = Math.ceil( this.gridDimension.height / this.cellDimension.height ); - const xBoxes = Math.ceil( - this.gridDimension.width / this.cellDimension.width - ); const translated: Coord2D = { y: center.y - this.topLeft.y, -- cgit v1.2.3-70-g09d2