mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-26 18:46:34 +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",
|
||||
WIDTH,
|
||||
HEIGHT + 2,
|
||||
HEIGHT,
|
||||
WindowOptions {
|
||||
resize: true,
|
||||
scale: Scale::X2,
|
||||
|
|
Loading…
Add table
Reference in a new issue