mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:46:49 +00:00
Increased SpatialQueryArray max results from 1024 to 2048. This is a temporary fix until the Search and Prune solution is implemented.
This was SVN commit r13888.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
*/
|
||||
struct SpatialQueryArray
|
||||
{
|
||||
enum { MAX_COUNT = 1024 };
|
||||
enum { MAX_COUNT = 2048 };
|
||||
int count;
|
||||
uint32_t items[MAX_COUNT];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user