mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +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()) {
|
||||
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();
|
||||
|
Loading…
Reference in New Issue
Block a user