mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 09:51:21 +00:00
Fix game quit
This commit is contained in:
parent
b45f808e2c
commit
7439c26b67
@ -599,7 +599,9 @@ int main(int argc, char** argv) {
|
||||
if (!aurora_begin_frame()) {
|
||||
continue;
|
||||
}
|
||||
g_app->onAppIdle(1.f / 60.f /* TODO */);
|
||||
if (!g_app->onAppIdle(1.f / 60.f /* TODO */)) {
|
||||
break;
|
||||
}
|
||||
g_app->onAppDraw();
|
||||
aurora_end_frame();
|
||||
g_app->onAppPostDraw();
|
||||
|
Loading…
x
Reference in New Issue
Block a user