summaryrefslogtreecommitdiff
path: root/examples/black.rs
diff options
context:
space:
mode:
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()
};