Updated an another missing OS.run() call.

This commit is contained in:
Relintai 2023-09-10 10:26:05 +02:00
parent 1877ecd379
commit 3cfe43b5e8

View File

@ -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();