diff options
| author | raysan5 <raysan5@gmail.com> | 2019-08-20 20:39:22 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2019-08-20 20:39:22 +0200 |
| commit | 3db13edd898adcd41aa0768e2e707256687a90ac (patch) | |
| tree | 015167ad5343fe96200693a8dee10dd134181100 /examples | |
| parent | a727f5768f6e588d45e47dd26da9af82597ba1d3 (diff) | |
| download | raylib-3db13edd898adcd41aa0768e2e707256687a90ac.tar.gz raylib-3db13edd898adcd41aa0768e2e707256687a90ac.zip | |
Support mouse cursor on RPI native
Reduced bunnymark limits
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/textures/textures_bunnymark.c | 2 |
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 |
