summaryrefslogtreecommitdiff
path: root/examples/black.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-09-20 10:50:08 -0400
committerMicha White <botahamec@outlook.com>2022-09-20 10:50:08 -0400
commit1b65982f87856af2b14ac2eefe666316b2d05c82 (patch)
tree7c72b4865286406d29aea496ee0a5fe3f54145ae /examples/black.rs
parent3fbde7b0807d1aff50fef058db6e73b090669875 (diff)
Added some runtime configuration methods
Diffstat (limited to 'examples/black.rs')
-rw-r--r--examples/black.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/black.rs b/examples/black.rs
index 2c55e67..291fafb 100644
--- a/examples/black.rs
+++ b/examples/black.rs
@@ -9,7 +9,7 @@ fn main() {
let config = RenderWindowConfig {
//vsync: false,
//mode: alligator_render::config::WindowMode::BorderlessFullscreen,
- title: "Black Screen.exe".into(),
+ title: "Black Screen.exe",
..Default::default()
};