Skip to content

Commit

Permalink
fullscreen in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev committed May 19, 2023
1 parent 4cf102e commit c10eea4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ fn main() {
sample_count: 8, //anti-aliasing
window_title: format!("{CARGO_PKG_NAME} v{CARGO_PKG_VERSION}"),
high_dpi: true,
#[cfg(not(debug_assertions))]
fullscreen: true,
..Default::default()
},
run_game()
Expand Down

0 comments on commit c10eea4

Please sign in to comment.