WIP fixing pull request

This commit is contained in:
stiffly
2016-03-12 15:07:10 +01:00
parent 9942747d41
commit 9bac141a6b
3 changed files with 15 additions and 9 deletions
+3 -1
View File
@@ -223,7 +223,9 @@ void Game::Tick()
m_EventBroker->Swap();
PerformanceTimer::StartTimerAndStopPrevious("SoundManager");
m_SoundManager->Update(dt);
if (m_IsClient) {
m_SoundManager->Update(dt);
}
// Update network
PerformanceTimer::StartTimerAndStopPrevious("Network");