Merge branch 'master' of https://github.com/ppy/osu into custom-chat-colours

This commit is contained in:
Thomas Müller
2017-07-18 12:35:48 +03:00

View File

@ -83,6 +83,8 @@ namespace osu.Game.Graphics.Cursor
protected override void PopIn()
{
instantMovement |= !IsPresent;
ClearTransforms();
FadeIn(500, EasingTypes.OutQuint);
}