Skip to content

Commit

Permalink
And fix that too from previous commit for music
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolfering committed Sep 21, 2024
1 parent c4d74c4 commit d84ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source_Files/Misc/preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ class w_music_slider : public w_slider {
{
if (OpenALManager::Get())
{
OpenALManager::Get()->SetMusicVolume(SoundManager::From_db((selection - 20) * 2, true));
OpenALManager::Get()->SetMusicVolume(SoundManager::From_db((selection - 20), true));
}
}

Expand Down

0 comments on commit d84ac41

Please sign in to comment.