summaryrefslogtreecommitdiff
path: root/examples/black.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-05 11:00:01 -0400
committerMicha White <botahamec@outlook.com>2022-10-05 11:00:01 -0400
commited5b952b313275e58102770e9dda29a7274c363c (patch)
treee4212570a01d3cba217d0dd7bf0328f80c276cfb /examples/black.rs
parent1169cf72ec435a495e1449bdf222bc0ccfd6f62a (diff)
Moved around some logic
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 a4237a4..fc53ab1 100644
--- a/examples/black.rs
+++ b/examples/black.rs
@@ -8,8 +8,8 @@ fn main() {
// configure the render window
let config = RenderWindowConfig {
vsync: false,
- mode: alligator_render::config::WindowMode::BorderlessFullscreen,
- title: "Black Screen.exe",
+ //mode: alligator_render::config::WindowMode::BorderlessFullscreen,
+ //title: "Black Screen.exe",
..Default::default()
};