Skip to content

Commit 7bb7f07

Browse files
committed
fix bug in debugging print lol
1 parent 470cf3d commit 7bb7f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Managers/MusicMan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void MusicMan::Update() {
6161
}
6262
} else if (!m_ReturnToDynamicMusic) {
6363
if (m_CurrentSoundContainer && m_CurrentSoundContainer->GetAudibleVolume() == 0.0F) {
64-
g_ConsoleMan.PrintString("MusicMan: Inaudible CurrentSoundContainer is about to be deleted: " + m_PreviousSoundContainer->GetPresetName());
64+
g_ConsoleMan.PrintString("MusicMan: Inaudible CurrentSoundContainer is about to be deleted: " + m_CurrentSoundContainer->GetPresetName());
6565
m_CurrentSoundContainer = nullptr;
6666
}
6767
}

0 commit comments

Comments
 (0)