diff --git a/Source/Async/AsyncApp.cpp b/Source/Async/AsyncApp.cpp index b57e2f4f..b77ed07b 100644 --- a/Source/Async/AsyncApp.cpp +++ b/Source/Async/AsyncApp.cpp @@ -373,7 +373,7 @@ namespace Aurora::Async void AsyncApp::Main() { - Entrypoint({0, 0}); + Entrypoint({0, 1}); } void AsyncApp::ShutdownZero()