Now calculating the velocity for the listener correctly.

This commit is contained in:
stiffly
2016-01-15 15:43:20 +01:00
parent d9dd7f535f
commit 63704b2e6b
3 changed files with 14 additions and 19 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void Game::Tick()
debugTick(dt);
m_Renderer->Update(dt);
m_EventBroker->Process<Client>();
m_SoundSystem->Update();
m_SoundSystem->Update(dt);
GLERROR("Game::Tick m_RenderQueueFactory->Update");
m_Renderer->Draw(*m_RenderFrame);
GLERROR("Game::Tick m_Renderer->Draw");