We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570bc81 commit 470cf3dCopy full SHA for 470cf3d
Source/Managers/MusicMan.cpp
@@ -181,6 +181,7 @@ bool MusicMan::CyclePlayingSoundContainers(bool smoothFade) {
181
}
182
if (m_PreviousSoundContainer) {
183
g_ConsoleMan.PrintString("Found unfaded PreviousSoundContainer. Stopping: " + m_PreviousSoundContainer->GetPresetName());
184
+ m_PreviousSoundContainerSetToFade = false;
185
m_PreviousSoundContainer->Stop();
186
m_PreviousSoundContainer = nullptr;
187
0 commit comments