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