mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 18:23:23 +08:00
Adjust easing type to match in disposal clause
Co-Authored-By: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
7adedcb7b9
commit
6c21cc3926
@ -81,7 +81,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
if (State.Value == Visibility.Visible)
|
if (State.Value == Visibility.Visible)
|
||||||
{
|
{
|
||||||
// ensure we don't leave the target in a bad state.
|
// ensure we don't leave the target in a bad state.
|
||||||
dimTarget?.FadeColour(Color4.White, transition_duration);
|
dimTarget?.FadeColour(Color4.White, transition_duration, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user