1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Start state display as hidden

Would otherwise flicker for a few frames when a new user was added to
the list of participants.
This commit is contained in:
Bartłomiej Dach 2020-12-22 21:12:28 +01:00
parent 23bf9c372c
commit 5efc3b9496

View File

@ -18,6 +18,7 @@ namespace osu.Game.Screens.Multi.RealtimeMultiplayer.Participants
public StateDisplay()
{
AutoSizeAxes = Axes.Both;
Alpha = 0;
}
private MultiplayerUserState status;