summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-04 11:22:23 -0500
committerMicha White <botahamec@outlook.com>2023-02-04 11:22:23 -0500
commitae4ae305d03733659aaa305958d5b9968bfacbd4 (patch)
tree5b76d12f66bdd5c134b06fb885f459f8e5c14228
parentb4da0580e3c0ed40f1f16a5621b59b695e868586 (diff)
Decrease instance capacity in bunnymark
-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,