Skip to content

Commit

Permalink
Improve a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 authored Jan 4, 2024
1 parent c70443f commit 0060073
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0060073

Please sign in to comment.