Support mouse cursor on RPI native

Reduced bunnymark limits
This commit is contained in:
raysan5 2019-08-20 20:39:22 +02:00
parent a727f5768f
commit 3db13edd89
3 changed files with 12 additions and 1 deletions

View file

@ -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