Updates according to the framework and formatting

This commit is contained in:
MrTheMake
2017-08-01 17:28:18 +02:00
parent 209d024caa
commit 4d8e5898fd
4 changed files with 6 additions and 9 deletions

View File

@ -81,7 +81,7 @@ namespace osu.Game.Graphics.UserInterface
hover.Colour = colours.Yellow.Opacity(0.6f);
flashColour = colours.Yellow;
Enabled.ValueChanged += newEnabled => FadeColour(newEnabled ? Color4.White : colours.Gray9, 200, EasingTypes.OutQuint);
Enabled.ValueChanged += newEnabled => this.FadeColour(newEnabled ? Color4.White : colours.Gray9, 200, Easing.OutQuint);
}
protected override bool OnHover(InputState state)