File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1376,11 +1376,12 @@ void CSettings::UpdateAudioTab()
13761376
13771377 CGameSettings* gameSettings = CCore::GetSingleton ().GetGame ()->GetSettings ();
13781378
1379- m_pAudioMasterVolume->SetScrollPosition (fMasterVolume );
13801379 m_pAudioRadioVolume->SetScrollPosition (m_fRadioVolume);
13811380 m_pAudioSFXVolume->SetScrollPosition (m_fSFXVolume);
13821381 m_pAudioMTAVolume->SetScrollPosition (fMTAVolume );
13831382 m_pAudioVoiceVolume->SetScrollPosition (fVoiceVolume );
1383+ // Lastly, set our master volume scroll position
1384+ m_pAudioMasterVolume->SetScrollPosition (fMasterVolume );
13841385
13851386 m_pCheckBoxAudioEqualizer->SetSelected (gameSettings->IsRadioEqualizerEnabled ());
13861387 m_pCheckBoxAudioAutotune->SetSelected (gameSettings->IsRadioAutotuneEnabled ());
You can’t perform that action at this time.
0 commit comments