From 483b1a2238edf41537681f797c4fce1212b992b4 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sun, 29 Jan 2023 15:43:58 -0500 Subject: Optimize bunnymark --- alligator_render/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alligator_render/src') diff --git a/alligator_render/src/config.rs b/alligator_render/src/config.rs index c73c357..34b5856 100644 --- a/alligator_render/src/config.rs +++ b/alligator_render/src/config.rs @@ -80,7 +80,7 @@ impl<'a> Default for RenderWindowConfig<'a> { title: "Alligator Game", low_power: true, vsync: true, - instance_capacity: 0, // TODO this should probably be bigger + instance_capacity: 500, } } } -- cgit v1.2.3