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()
1376
1376
1377
1377
CGameSettings* gameSettings = CCore::GetSingleton ().GetGame ()->GetSettings ();
1378
1378
1379
- m_pAudioMasterVolume->SetScrollPosition (fMasterVolume );
1380
1379
m_pAudioRadioVolume->SetScrollPosition (m_fRadioVolume);
1381
1380
m_pAudioSFXVolume->SetScrollPosition (m_fSFXVolume);
1382
1381
m_pAudioMTAVolume->SetScrollPosition (fMTAVolume );
1383
1382
m_pAudioVoiceVolume->SetScrollPosition (fVoiceVolume );
1383
+ // Lastly, set our master volume scroll position
1384
+ m_pAudioMasterVolume->SetScrollPosition (fMasterVolume );
1384
1385
1385
1386
m_pCheckBoxAudioEqualizer->SetSelected (gameSettings->IsRadioEqualizerEnabled ());
1386
1387
m_pCheckBoxAudioAutotune->SetSelected (gameSettings->IsRadioAutotuneEnabled ());
You can’t perform that action at this time.
0 commit comments