summaryrefslogtreecommitdiff
path: root/alligator_render/src/config.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-01-29 15:43:58 -0500
committerMicha White <botahamec@outlook.com>2023-01-29 15:43:58 -0500
commit483b1a2238edf41537681f797c4fce1212b992b4 (patch)
tree8a77a6b6e05b7b6b7e0c38ae9b29ac3907a73440 /alligator_render/src/config.rs
parent4b97a5e10d2c11b0603b31f45e56004eca0c98c2 (diff)
Optimize bunnymark
Diffstat (limited to 'alligator_render/src/config.rs')
-rw-r--r--alligator_render/src/config.rs2
1 files changed, 1 insertions, 1 deletions
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,
}
}
}