summaryrefslogtreecommitdiff
path: root/alligator_render/examples
diff options
context:
space:
mode:
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()
};