Skip to content

Commit 5109e5c

Browse files
committed
Update UIModding.cpp
1 parent 6a95ce7 commit 5109e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UIModding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ void UIModding::playSound(CCNode* node, matjson::Value attributes) {
496496

497497
FMODAudioEngine::sharedEngine()->m_backgroundMusicChannel->setPaused(false);
498498
FMODAudioEngine::sharedEngine()->m_globalChannel->setPaused(false);
499-
FMODAudioEngine::sharedEngine()->m_channelGroup2->setPaused(false);
499+
//FMODAudioEngine::sharedEngine()->m_channelGroup2->setPaused(false);
500500
FMODAudioEngine::sharedEngine()->m_system->update();
501501
std::string soundPath = getSound(sound);
502502
if (!soundPath.empty()) {

0 commit comments

Comments
 (0)