Merge pull request #208 from teamfisk/Kill-streak-sounds
Various sound improvements/additions
This commit is contained in:
+3
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user