mirror of
https://github.com/ppy/osu
synced 2025-02-01 10:51:53 +00:00
Fix ChatConsole regression.
This commit is contained in:
parent
abdfe42388
commit
51235343fd
@ -145,7 +145,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
protected override void PopOut()
|
||||
{
|
||||
MoveToY(-DrawSize.Y, transition_length, EasingTypes.InQuint);
|
||||
MoveToY(DrawSize.Y, transition_length, EasingTypes.InQuint);
|
||||
FadeOut(transition_length, EasingTypes.InQuint);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user