mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
lmao fix
This commit is contained in:
parent
b6032a4b64
commit
aedffdc2c3
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ class Grid {
|
|||
|
||||
public var cellSize:Vector; // The dimensions of one cell
|
||||
|
||||
static var CELL_SIZE = 24;
|
||||
static var CELL_SIZE = 16;
|
||||
|
||||
public var CELL_DIV = new Vector(CELL_SIZE, CELL_SIZE); // split the bounds into cells of dimensions 1/16th of the corresponding dimensions of the bounds
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ class GridBroadphase {
|
|||
|
||||
public var cellSize:Vector; // The dimensions of one cell
|
||||
|
||||
static var CELL_SIZE = 24;
|
||||
static var CELL_SIZE = 16;
|
||||
|
||||
public var CELL_DIV = new Vector(CELL_SIZE, CELL_SIZE); // split the bounds into cells of dimensions 1/16th of the corresponding dimensions of the bounds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue