1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 06:09:55 +08:00

Add missing line breaks

This commit is contained in:
Andrei Zavatski
2020-01-03 21:20:31 +03:00
Unverified
parent 79a6655e1f
commit bd5140c3fa
+3 -1
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);