From 00600734ef5e6f73f8fb507383df4c8e48a1b41a Mon Sep 17 00:00:00 2001 From: Martin Indra Date: Thu, 4 Jan 2024 11:25:18 +0100 Subject: [PATCH] Improve a comment --- src/main.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index b8ec073d..25ffad09 100644 --- a/src/main.rs +++ b/src/main.rs @@ -55,8 +55,9 @@ fn main() { .set(WindowPlugin { primary_window: Some(Window { title: "Digital Extinction".to_string(), - mode: WindowMode::Windowed, // This is temporary, we should use config - // later + // This mode is used only temporarily. Mode loaded + // from the config is set after the game fully loads. + mode: WindowMode::Windowed, ..Default::default() }), ..default()