Always clean up the active lifecycle

master
Webster Sheets 2020-04-01 17:02:51 -04:00
parent ca3fde811f
commit 2ea32811f7
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ void Application::Run()
EndFrame();
if (m_activeLifecycle->m_endLifecycle) {
if (m_activeLifecycle->m_endLifecycle || !m_applicationRunning) {
EndLifecycle();
}