Skip to content

Commit

Permalink
Merge pull request #1247 from AnotherFoxGuy/sound-fix
Browse files Browse the repository at this point in the history
Fixed the volume slider
  • Loading branch information
AnotherFoxGuy authored Nov 16, 2016
2 parents 4ce3c80 + d1d6660 commit 5fc5291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main/gui/panels/GUI_GameSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ void CLASS::SaveSettings()
App::SetAudioDeviceName (_(m_audio_dev ->getCaption()));

App::GetSettings().setSetting("SpeedUnit", m_speed_unit->getCaption());
App::SetAudioMasterVolume(m_volume_slider->getScrollPosition());

// Checkboxes
App::SetGfxParticlesMode((int)m_psystem ->getStateCheck());
Expand Down

0 comments on commit 5fc5291

Please # to comment.