mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 13:21:10 +01:00
Updated an another missing OS.run() call.
This commit is contained in:
parent
1877ecd379
commit
3cfe43b5e8
@ -71,7 +71,7 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (Main::start()) {
|
if (Main::start()) {
|
||||||
os.run(); // it is actually the OS that decides how to run
|
os.main_run(); // it is actually the OS that decides how to run
|
||||||
}
|
}
|
||||||
|
|
||||||
Main::cleanup();
|
Main::cleanup();
|
||||||
|
Loading…
Reference in New Issue
Block a user