diff options
-rw-r--r-- | examples/tour/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tour/main.rs b/examples/tour/main.rs index 901a976a..4dbd5833 100644 --- a/examples/tour/main.rs +++ b/examples/tour/main.rs @@ -18,6 +18,7 @@ pub fn main() -> ggez::GameResult { .window_mode(ggez::conf::WindowMode { width: 1280.0, height: 1024.0, + resizable: true, ..ggez::conf::WindowMode::default() }) .build()? |