mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- lower the step size for module master volume to adapt to the altered value range.
This commit is contained in:
parent
798604e6de
commit
5c84177142
1 changed files with 1 additions and 1 deletions
|
@ -2052,7 +2052,7 @@ OptionValue ModVolumeRamps
|
|||
OptionMenu ModReplayerOptions protected
|
||||
{
|
||||
Title "$MODMNU_TITLE"
|
||||
Slider "$MODMNU_MASTERVOLUME", "mod_dumb_mastervolume", 0.25, 4, 0.5, 1
|
||||
Slider "$MODMNU_MASTERVOLUME", "mod_dumb_mastervolume", 0.25, 4, 0.1, 1
|
||||
Option "$ADVSNDMNU_SAMPLERATE", "mod_samplerate", "SampleRates"
|
||||
Option "$MODMNU_QUALITY", "mod_interp", "ModQuality"
|
||||
Option "$MODMNU_VOLUMERAMPING", "mod_volramp", "ModVolumeRamps"
|
||||
|
|
Loading…
Reference in a new issue