mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Run app.initialize in the run_once runner (#736)
This commit is contained in:
parent
a7565e9774
commit
8c053e7c67
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ impl Default for App {
|
|||
}
|
||||
|
||||
fn run_once(mut app: App) {
|
||||
app.initialize();
|
||||
app.update();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue