diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-02 17:46:03 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-02 17:46:03 -0600 |
commit | 19bea535ece0b76a640ab24f69a05ed61f4d9670 (patch) | |
tree | 2d17e324cb45eb336908ebadaa6dc8abc2647073 /engine/structures/Grid.ts | |
parent | 29ba1c29d7ada13a9e6d475ca880d121a85894ea (diff) | |
download | jumpstorm-19bea535ece0b76a640ab24f69a05ed61f4d9670.tar.gz jumpstorm-19bea535ece0b76a640ab24f69a05ed61f4d9670.zip |
docker. minor updates that don't really need any message.
Diffstat (limited to 'engine/structures/Grid.ts')
-rw-r--r-- | engine/structures/Grid.ts | 3 |
1 files changed, 0 insertions, 3 deletions
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, |