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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user