mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
change math for displaying volume "MAX"
This commit is contained in:
parent
2bcf1ed306
commit
ab6239fd5f
@ -204,7 +204,7 @@ namespace osu.Game.Overlays.Volume
|
||||
{
|
||||
displayVolume = value;
|
||||
|
||||
if (displayVolume > 0.99f)
|
||||
if (displayVolume >= 0.995f)
|
||||
{
|
||||
text.Text = "MAX";
|
||||
maxGlow.EffectColour = meterColour.Opacity(2f);
|
||||
|
Loading…
Reference in New Issue
Block a user