From ae4ae305d03733659aaa305958d5b9968bfacbd4 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sat, 4 Feb 2023 11:22:23 -0500 Subject: Decrease instance capacity in bunnymark --- alligator_render/examples/bunnymark.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alligator_render/examples') 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, -- cgit v1.2.3