mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 11:06:33 +11:00
Fixed broken menu example
This commit is contained in:
parent
301da1c544
commit
a8a969afee
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ fn main() {
|
||||||
|
|
||||||
let mut window = Window::new("Menu Test - Press ESC to exit",
|
let mut window = Window::new("Menu Test - Press ESC to exit",
|
||||||
WIDTH,
|
WIDTH,
|
||||||
HEIGHT + 2,
|
HEIGHT,
|
||||||
WindowOptions {
|
WindowOptions {
|
||||||
resize: true,
|
resize: true,
|
||||||
scale: Scale::X2,
|
scale: Scale::X2,
|
||||||
|
|
Loading…
Add table
Reference in a new issue