Skip to content

Commit

Permalink
fix: Do not allow to resize window
Browse files Browse the repository at this point in the history
  • Loading branch information
uggla committed May 8, 2024
1 parent 8e370dd commit b2840fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fn main() {
.set(WindowPlugin {
primary_window: Some(Window {
title: "RockRun: Rose's Odyssey".to_string(),
resizable: false,
resolution: WindowResolution::new(WINDOW_WIDTH, WINDOW_HEIGHT),
..default()
}),
Expand Down

0 comments on commit b2840fb

Please sign in to comment.