mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 16:17:23 +08:00
Fix the start animations of username and the closeButton
This commit is contained in:
parent
9f9444d65a
commit
d03367ef9e
@ -158,6 +158,9 @@ namespace osu.Game.Overlays.Chat.Tabs
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
username.ScaleTo(new Vector2(0, 1));
|
||||
closeButton.ScaleTo(new Vector2(0, 1));
|
||||
}
|
||||
|
||||
public Action<UserChannelTabItem> OnRequestClose;
|
||||
|
Loading…
x
Reference in New Issue
Block a user