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 470cf3d commit 7bb7f07Copy full SHA for 7bb7f07
Source/Managers/MusicMan.cpp
@@ -61,7 +61,7 @@ void MusicMan::Update() {
61
}
62
} else if (!m_ReturnToDynamicMusic) {
63
if (m_CurrentSoundContainer && m_CurrentSoundContainer->GetAudibleVolume() == 0.0F) {
64
- g_ConsoleMan.PrintString("MusicMan: Inaudible CurrentSoundContainer is about to be deleted: " + m_PreviousSoundContainer->GetPresetName());
+ g_ConsoleMan.PrintString("MusicMan: Inaudible CurrentSoundContainer is about to be deleted: " + m_CurrentSoundContainer->GetPresetName());
65
m_CurrentSoundContainer = nullptr;
66
67
0 commit comments