diff --git a/src/Engine/Sound/SoundManager.cpp b/src/Engine/Sound/SoundManager.cpp index 27f1ce34..a8161f5d 100644 --- a/src/Engine/Sound/SoundManager.cpp +++ b/src/Engine/Sound/SoundManager.cpp @@ -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); } }