Refactor UpdateGraph to run after engine services and game scripts
#2413
This commit is contained in:
@@ -324,10 +324,12 @@ void Engine::OnUpdate()
|
||||
|
||||
// Call event
|
||||
Update();
|
||||
UpdateGraph->Execute();
|
||||
|
||||
// Update services
|
||||
EngineService::OnUpdate();
|
||||
|
||||
// Run async
|
||||
UpdateGraph->Execute();
|
||||
}
|
||||
|
||||
void Engine::OnLateUpdate()
|
||||
|
||||
Reference in New Issue
Block a user