From c1395355c6bc3ae4a4f179be381bc6dd1fe970f6 Mon Sep 17 00:00:00 2001 From: stiffly Date: Mon, 14 Mar 2016 01:36:11 +0100 Subject: [PATCH] Removed comment --- src/Engine/Sound/SoundManager.cpp | 3 --- 1 file changed, 3 deletions(-) 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); } }