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",
WIDTH,
HEIGHT + 2,
HEIGHT,
WindowOptions {
resize: true,
scale: Scale::X2,