From 75752a400925738d90c2267b4c15ef2b554725fe Mon Sep 17 00:00:00 2001 From: Micha White Date: Sun, 27 Nov 2022 22:34:13 -0500 Subject: Small performance improvement --- alligator_render/examples/bunnymark.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'alligator_render/examples') 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() }; -- cgit v1.2.3