mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Moved audio update last
This commit is contained in:
@@ -51,7 +51,6 @@ namespace Nuake
|
||||
{
|
||||
JobSystem::Get().Update();
|
||||
|
||||
AudioManager::Get().AudioUpdate();
|
||||
|
||||
s_Time = static_cast<float>(glfwGetTime());
|
||||
s_TimeStep = s_Time - s_LastFrameTime;
|
||||
@@ -80,9 +79,8 @@ namespace Nuake
|
||||
}
|
||||
|
||||
Input::Update();
|
||||
AudioManager::Get().AudioUpdate();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
void Engine::EnterPlayMode()
|
||||
|
||||
Reference in New Issue
Block a user