diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-04 11:22:23 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-04 11:22:23 -0500 |
| commit | ae4ae305d03733659aaa305958d5b9968bfacbd4 (patch) | |
| tree | 5b76d12f66bdd5c134b06fb885f459f8e5c14228 /alligator_render/examples/bunnymark.rs | |
| parent | b4da0580e3c0ed40f1f16a5621b59b695e868586 (diff) | |
Decrease instance capacity in bunnymark
Diffstat (limited to 'alligator_render/examples/bunnymark.rs')
| -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 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, |
