From 3db13edd898adcd41aa0768e2e707256687a90ac Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 20 Aug 2019 20:39:22 +0200 Subject: Support mouse cursor on RPI native Reduced bunnymark limits --- examples/textures/textures_bunnymark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 // 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 -- cgit v1.2.3