We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62ad59 commit 1e82f19Copy full SHA for 1e82f19
lib/src/collisions/quadtree.dart
@@ -204,7 +204,7 @@ final class QuadTree {
204
/// [1] - top position (y)
205
/// [2] - width
206
/// [3] - height
207
- static const _objectSize = 4;
+ static const int _objectSize = 4;
208
209
/// Initial reserved size for the each array withing the QuadTree.
210
static const int _reserved = 64;
0 commit comments