diff options
Diffstat (limited to 'alligator_render/examples')
| -rw-r--r-- | alligator_render/examples/bunnymark.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alligator_render/examples/bunnymark.rs b/alligator_render/examples/bunnymark.rs index 55feb86..1579cf0 100644 --- a/alligator_render/examples/bunnymark.rs +++ b/alligator_render/examples/bunnymark.rs @@ -132,7 +132,7 @@ fn main() { // configure the render window let render_config = RenderWindowConfig { title: "BunnyMark", - instance_capacity: 5_000_000, + instance_capacity: 150_000, default_width: NonZeroU32::new(1280).unwrap(), default_height: NonZeroU32::new(720).unwrap(), vsync: false, |
