1
0
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:
Mysfit 2021-01-19 09:16:39 -05:00
parent 33677f5770
commit 052e9eef02
2 changed files with 4 additions and 0 deletions

View File

@ -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 =>

View File

@ -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 =>