Fix ChatConsole regression.

This commit is contained in:
Dean Herbert 2016-11-15 14:46:57 +09:00
parent abdfe42388
commit 51235343fd

View File

@ -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);
}
}