diff --git a/stepmania/src/ScreenDebugOverlay.cpp b/stepmania/src/ScreenDebugOverlay.cpp index 62a11fa16e..4f61763456 100644 --- a/stepmania/src/ScreenDebugOverlay.cpp +++ b/stepmania/src/ScreenDebugOverlay.cpp @@ -461,7 +461,7 @@ void ChangeVolume( float fDelta ) fVol += fDelta; CLAMP( fVol, 0.0f, 1.0f ); PREFSMAN->m_fSoundVolume.Set( fVol ); - SOUNDMAN->SetMixVolume( PREFSMAN->m_fSoundVolume ); + SOUNDMAN->SetMixVolume( PREFSMAN->GetSoundVolume() ); }