diff --git a/examples/menu.rs b/examples/menu.rs index a09b6f0..4a2c2a6 100644 --- a/examples/menu.rs +++ b/examples/menu.rs @@ -24,7 +24,7 @@ impl InputCallback for KeyCharCallback { fn main() { let mut buffer: Vec = vec![0; WIDTH * HEIGHT]; - let mut window = Window::new("Noise Test - Press ESC to exit", + let mut window = Window::new("Menu Test - Press ESC to exit", WIDTH, HEIGHT, WindowOptions {