early-access version 3038
This commit is contained in:
@@ -302,8 +302,6 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
Core::System system{};
|
||||
system.Initialize();
|
||||
|
||||
InputCommon::InputSubsystem input_subsystem{};
|
||||
|
||||
// Apply the command line arguments
|
||||
@@ -394,7 +392,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
system.DetachDebugger();
|
||||
void(system.Pause());
|
||||
system.ShutdownMainProcess();
|
||||
system.Shutdown();
|
||||
|
||||
detached_tasks.WaitForAllTasks();
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user