1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 10:12:53 +08:00

Fix visual errors if spamming close/open on channel list

This commit is contained in:
DrabWeb 2017-06-01 05:41:21 -03:00
parent d728c87cca
commit a707d63647

View File

@ -155,7 +155,7 @@ namespace osu.Game.Overlays.Chat
protected override void PopIn()
{
MoveToY(DrawHeight);
if (Alpha == 0) MoveToY(DrawHeight);
FadeIn(100, EasingTypes.OutQuint);
MoveToY(0, 800, EasingTypes.OutQuint);