summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/square.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/square.rs b/examples/square.rs
index 078d90a..90e2fdb 100644
--- a/examples/square.rs
+++ b/examples/square.rs
@@ -10,7 +10,7 @@ fn main() {
let config = RenderWindowConfig {
title: "Pokemon: Black and White (New Edition)",
instance_capacity: 1,
- default_width: NonZeroU32::new(480).unwrap(),
+ default_width: NonZeroU32::new(640).unwrap(),
default_height: NonZeroU32::new(480).unwrap(),
..Default::default()
};