Ambient Zones and Reverb Zones implemented and now working with Siren.

This commit is contained in:
2013-02-28 19:09:27 -08:00
parent 652bd59882
commit e30f90cc66
15 changed files with 689 additions and 227 deletions

View File

@@ -190,6 +190,7 @@ void KRContext::startFrame(float deltaTime)
{
m_pTextureManager->startFrame(deltaTime);
m_pAnimationManager->startFrame(deltaTime);
m_pSoundManager->startFrame(deltaTime);
}
void KRContext::endFrame(float deltaTime)