mirror of
https://github.com/ppy/osu
synced 2025-03-10 05:21:52 +00:00
Rename variable
This commit is contained in:
parent
4d8e5898fd
commit
256daeaf68
@ -81,7 +81,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
hover.Colour = colours.Yellow.Opacity(0.6f);
|
hover.Colour = colours.Yellow.Opacity(0.6f);
|
||||||
flashColour = colours.Yellow;
|
flashColour = colours.Yellow;
|
||||||
|
|
||||||
Enabled.ValueChanged += newEnabled => this.FadeColour(newEnabled ? Color4.White : colours.Gray9, 200, Easing.OutQuint);
|
Enabled.ValueChanged += enabled => this.FadeColour(enabled ? Color4.White : colours.Gray9, 200, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnHover(InputState state)
|
protected override bool OnHover(InputState state)
|
||||||
|
Loading…
Reference in New Issue
Block a user