summaryrefslogtreecommitdiff
path: root/alligator_render/examples
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-11-27 22:34:13 -0500
committerMicha White <botahamec@outlook.com>2022-11-27 22:34:13 -0500
commit75752a400925738d90c2267b4c15ef2b554725fe (patch)
tree6dcd60b5471d6cb343b39c22ceadff5ca7298f1a /alligator_render/examples
parent2d0e03426f95cc402609d13042827de649fa253c (diff)
Small performance improvement
Diffstat (limited to 'alligator_render/examples')
-rw-r--r--alligator_render/examples/bunnymark.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/alligator_render/examples/bunnymark.rs b/alligator_render/examples/bunnymark.rs
index 7ef97b7..62371c9 100644
--- a/alligator_render/examples/bunnymark.rs
+++ b/alligator_render/examples/bunnymark.rs
@@ -113,6 +113,7 @@ fn main() {
default_width: NonZeroU32::new(1280).unwrap(),
default_height: NonZeroU32::new(720).unwrap(),
vsync: false,
+ low_power: false,
..Default::default()
};