mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09: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:
@ -18,6 +18,7 @@ namespace osu.Game.Screens.Multi.RealtimeMultiplayer.Participants
|
||||
public StateDisplay()
|
||||
{
|
||||
AutoSizeAxes = Axes.Both;
|
||||
Alpha = 0;
|
||||
}
|
||||
|
||||
private MultiplayerUserState status;
|
||||
|
Reference in New Issue
Block a user