summaryrefslogtreecommitdiff
path: root/examples/black.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-04 09:59:44 -0400
committerMicha White <botahamec@outlook.com>2022-10-04 09:59:44 -0400
commit1169cf72ec435a495e1449bdf222bc0ccfd6f62a (patch)
tree3e080b1731de16e3c9bb0c7e8844d21341258dc9 /examples/black.rs
parent511d3873f5f567c97eecd69d186bb4f93f927d58 (diff)
Small optimization
Diffstat (limited to 'examples/black.rs')
-rw-r--r--examples/black.rs4
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()
};