Fix crash when opening project fails

This commit is contained in:
Wojtek Figat
2021-07-13 11:50:01 +02:00
parent ef163b80a7
commit 16f7194f62

View File

@@ -440,7 +440,7 @@ void Engine::OnExit()
// Unload Engine services
EngineService::OnDispose();
Delete(UpdateGraph);
SAFE_DELETE(UpdateGraph);
LOG_FLUSH();