Fixed broken menu example

This commit is contained in:
Daniel Collin 2018-11-13 21:38:55 +01:00
parent 301da1c544
commit a8a969afee

View file

@ -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,