mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add missing line breaks
This commit is contained in:
@ -90,7 +90,9 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
currentColour.Value = IsHovered || Active.Value
|
currentColour.Value = IsHovered || Active.Value
|
||||||
? Color4.White
|
? 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);
|
protected virtual void OnCurrentColourChanged(ValueChangedEvent<Color4> colour) => Text.FadeColour(colour.NewValue, 120, Easing.OutQuint);
|
||||||
|
Reference in New Issue
Block a user