diff options
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 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() }; |
