Skip to content

Commit 1e82f19

Browse files
committed
Add type of _objectSize
1 parent f62ad59 commit 1e82f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/collisions/quadtree.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ final class QuadTree {
204204
/// [1] - top position (y)
205205
/// [2] - width
206206
/// [3] - height
207-
static const _objectSize = 4;
207+
static const int _objectSize = 4;
208208

209209
/// Initial reserved size for the each array withing the QuadTree.
210210
static const int _reserved = 64;

0 commit comments

Comments
 (0)