Fix crash when opening project fails
This commit is contained in:
@@ -440,7 +440,7 @@ void Engine::OnExit()
|
|||||||
|
|
||||||
// Unload Engine services
|
// Unload Engine services
|
||||||
EngineService::OnDispose();
|
EngineService::OnDispose();
|
||||||
Delete(UpdateGraph);
|
SAFE_DELETE(UpdateGraph);
|
||||||
|
|
||||||
LOG_FLUSH();
|
LOG_FLUSH();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user