mirror of
https://github.com/neogeek23/rust_pong.git
synced 2026-02-08 04:39:33 +00:00
missing game run
This commit is contained in:
parent
991a1c3571
commit
5a8b2fcbf1
@ -29,6 +29,7 @@ fn main() -> amethyst::Result<()> {
|
|||||||
)?;
|
)?;
|
||||||
|
|
||||||
let mut game = Application::new("./", Pong, game_data)?;
|
let mut game = Application::new("./", Pong, game_data)?;
|
||||||
|
|
||||||
|
game.run();
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user