summaryrefslogtreecommitdiff
path: root/alligator_render
diff options
context:
space:
mode:
Diffstat (limited to 'alligator_render')
-rw-r--r--alligator_render/examples/bunnymark.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/alligator_render/examples/bunnymark.rs b/alligator_render/examples/bunnymark.rs
index 4fe37d3..b17b1d5 100644
--- a/alligator_render/examples/bunnymark.rs
+++ b/alligator_render/examples/bunnymark.rs
@@ -125,7 +125,7 @@ fn main() {
// configure the render window
let config = RenderWindowConfig {
title: "BunnyMark",
- instance_capacity: 10_000_000,
+ instance_capacity: 5_000_000,
default_width: NonZeroU32::new(1280).unwrap(),
default_height: NonZeroU32::new(720).unwrap(),
vsync: false,