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:
parent
d728c87cca
commit
a707d63647
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user