1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

Add missing line breaks

This commit is contained in:
Andrei Zavatski 2020-01-03 21:20:31 +03:00
parent 79a6655e1f
commit bd5140c3fa

View File

@ -90,7 +90,9 @@ namespace osu.Game.Overlays
currentColour.Value = IsHovered || Active.Value
? Color4.White
: Enabled.Value ? AccentColour : Color4.DimGray;
: Enabled.Value
? AccentColour
: Color4.DimGray;
}
protected virtual void OnCurrentColourChanged(ValueChangedEvent<Color4> colour) => Text.FadeColour(colour.NewValue, 120, Easing.OutQuint);