diff --git a/osu.Game/Overlays/ChatConsole.cs b/osu.Game/Overlays/ChatConsole.cs index 769c809e7c..ee06e29877 100644 --- a/osu.Game/Overlays/ChatConsole.cs +++ b/osu.Game/Overlays/ChatConsole.cs @@ -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); } }