mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
change math for displaying volume "MAX"
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user