diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-04 09:59:44 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-04 09:59:44 -0400 |
| commit | 1169cf72ec435a495e1449bdf222bc0ccfd6f62a (patch) | |
| tree | 3e080b1731de16e3c9bb0c7e8844d21341258dc9 /examples/black.rs | |
| parent | 511d3873f5f567c97eecd69d186bb4f93f927d58 (diff) | |
Small optimization
Diffstat (limited to 'examples/black.rs')
| -rw-r--r-- | examples/black.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/black.rs b/examples/black.rs index 291fafb..a4237a4 100644 --- a/examples/black.rs +++ b/examples/black.rs @@ -7,8 +7,8 @@ fn main() { let start = std::time::Instant::now(); // configure the render window let config = RenderWindowConfig { - //vsync: false, - //mode: alligator_render::config::WindowMode::BorderlessFullscreen, + vsync: false, + mode: alligator_render::config::WindowMode::BorderlessFullscreen, title: "Black Screen.exe", ..Default::default() }; |
