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:
parent
79a6655e1f
commit
bd5140c3fa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user