1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-01 00:39:11 +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() protected override void PopIn()
{ {
MoveToY(DrawHeight); if (Alpha == 0) MoveToY(DrawHeight);
FadeIn(100, EasingTypes.OutQuint); FadeIn(100, EasingTypes.OutQuint);
MoveToY(0, 800, EasingTypes.OutQuint); MoveToY(0, 800, EasingTypes.OutQuint);