diff --git a/src/main.rs b/src/main.rs index 136c6bf..727324c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,6 +29,7 @@ fn main() -> amethyst::Result<()> { )?; let mut game = Application::new("./", Pong, game_data)?; - + + game.run(); Ok(()) } \ No newline at end of file