refactor: back some things into an order

This commit is contained in:
jeefo 2024-06-06 20:38:05 +03:00 committed by jeefo
commit 91073ddf5d
3 changed files with 9 additions and 10 deletions

View file

@ -264,7 +264,7 @@ public:
void syncCollectOnline ();
void collectOnline ();
IntArray getNearestInRadius (float radiusSq, const Vector &origin, int maxCount = -1);
IntArray getNearestInRadius (float radius, const Vector &origin, int maxCount = -1);
const IntArray &getNodesInBucket (const Vector &pos);
public: