1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Rename variable

This commit is contained in:
Dean Herbert 2017-08-02 11:56:29 +09:00 committed by GitHub
parent 4d8e5898fd
commit 256daeaf68

View File

@ -81,7 +81,7 @@ namespace osu.Game.Graphics.UserInterface
hover.Colour = colours.Yellow.Opacity(0.6f);
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)