replace FadeTo in PlayerLoader

didnt notice that interaction yet. yes this makes it neccessary.
This commit is contained in:
chrisny286 2019-01-23 09:40:38 +01:00
parent bb56c4a1a7
commit 03e3247baf
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ protected override void OnHoverLost(HoverLostEvent e)
protected override void InitializeBackgroundElements()
{
Background?.FadeTo(1, BACKGROUND_FADE_DURATION, Easing.OutQuint);
Background?.FadeColour(Color4.White, BACKGROUND_FADE_DURATION, Easing.OutQuint);
Background?.BlurTo(background_blur, BACKGROUND_FADE_DURATION, Easing.OutQuint);
}