Fixed incorrect title

Closes #32
This commit is contained in:
Daniel Collin 2017-01-06 15:33:47 +01:00 committed by GitHub
parent 8cca773a68
commit a8e5215f55

View file

@ -24,7 +24,7 @@ impl InputCallback for KeyCharCallback {
fn main() {
let mut buffer: Vec<u32> = 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 {