Support mouse cursor on RPI native
Reduced bunnymark limits
This commit is contained in:
parent
a727f5768f
commit
3db13edd89
3 changed files with 12 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <stdlib.h> // Required for: malloc(), free()
|
||||
|
||||
#define MAX_BUNNIES 100000 // 100K bunnies limit
|
||||
#define MAX_BUNNIES 50000 // 50K bunnies limit
|
||||
|
||||
// This is the maximum amount of elements (quads) per batch
|
||||
// NOTE: This value is defined in [rlgl] module and can be changed there
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue