summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/graphics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.rs b/src/graphics.rs
index 8c5fd73..e4f8e38 100644
--- a/src/graphics.rs
+++ b/src/graphics.rs
@@ -60,7 +60,7 @@ impl Graphics {
let mut window = RenderWindow::new(
default_window_size,
"Subconscious",
- Style::CLOSE,
+ Style::DEFAULT,
&context_settings
);