summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-09-24 18:20:46 -0400
committerMicha White <botahamec@outlook.com>2022-09-24 18:20:46 -0400
commitc29555bddac1c0027bf6e15d91e219adaa088065 (patch)
tree59e671e4ded20b58027987053e207e4fe6a51307 /examples
parent7f364d2642784fcffea730b1f168270ce907a27c (diff)
Implemented a camera
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()
};