Removed comment

This commit is contained in:
stiffly
2016-03-14 01:36:11 +01:00
parent 3994c0f7ad
commit c1395355c6
-3
View File
@@ -425,9 +425,6 @@ bool SoundManager::OnSetCamera(const Events::SetCamera& e)
alSourcei(m_CurrentBGM->ALsource, AL_LOOPING, 1);
playSound(m_CurrentBGM);
setTimeOffsetSeconds(m_CurrentBGM, timeOffset);
//Events::ChangeBGM changeBGM;
//changeBGM.FilePath = "Audio/BGM/Layer3.wav";
//m_EventBroker->Publish(changeBGM);
}
}