1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 02:50:00 +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
Unverified
parent 23bf9c372c
commit 5efc3b9496
@@ -18,6 +18,7 @@ namespace osu.Game.Screens.Multi.RealtimeMultiplayer.Participants
public StateDisplay()
{
AutoSizeAxes = Axes.Both;
Alpha = 0;
}
private MultiplayerUserState status;