aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/textures/textures_bunnymark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/textures/textures_bunnymark.c b/examples/textures/textures_bunnymark.c
index 784417d2..86605b90 100644
--- a/examples/textures/textures_bunnymark.c
+++ b/examples/textures/textures_bunnymark.c
@@ -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