mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Added inline comments
This commit is contained in:
parent
33677f5770
commit
052e9eef02
@ -183,6 +183,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
|
||||
if (client.Room == null)
|
||||
{
|
||||
// A new room is being created.
|
||||
// The main content should be hidden until the settings overlay is hidden, signaling the room is ready to be displayed.
|
||||
mainContent.Hide();
|
||||
|
||||
settingsOverlay.State.BindValueChanged(visibility =>
|
||||
|
@ -195,6 +195,8 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
|
||||
if (roomId.Value == null)
|
||||
{
|
||||
// A new room is being created.
|
||||
// The main content should be hidden until the settings overlay is hidden, signaling the room is ready to be displayed.
|
||||
mainContent.Hide();
|
||||
|
||||
settingsOverlay.State.BindValueChanged(visibility =>
|
||||
|
Loading…
Reference in New Issue
Block a user