mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 22:27:25 +08:00
Merge pull request #12734 from Susko3/make-max-volume-feel-better
Make adjusting volume to max feel better
This commit is contained in:
commit
0ff0353e13
@ -204,7 +204,7 @@ namespace osu.Game.Overlays.Volume
|
|||||||
{
|
{
|
||||||
displayVolume = value;
|
displayVolume = value;
|
||||||
|
|
||||||
if (displayVolume > 0.99f)
|
if (displayVolume >= 0.995f)
|
||||||
{
|
{
|
||||||
text.Text = "MAX";
|
text.Text = "MAX";
|
||||||
maxGlow.EffectColour = meterColour.Opacity(2f);
|
maxGlow.EffectColour = meterColour.Opacity(2f);
|
||||||
|
Loading…
Reference in New Issue
Block a user