1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Apply PR reviews/fixes

This commit is contained in:
Dan Balasescu 2022-07-01 16:51:15 +09:00
parent c22e77e481
commit 58c9bb031f
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
AddStep("press toggle mod select key", () => InputManager.Key(Key.F1));
// AddWaitStep("wait some", 3);
AddWaitStep("wait some", 3);
AddAssert("mod select not shown", () => this.ChildrenOfType<RoomSubScreen>().Single().UserModsSelectOverlay.State.Value == Visibility.Hidden);
}

View File

@ -86,7 +86,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
public readonly Room Room;
private readonly bool allowEdit;
public ModSelectOverlay UserModsSelectOverlay { get; private set; }
internal ModSelectOverlay UserModsSelectOverlay { get; private set; }
[CanBeNull]
private IDisposable userModsSelectOverlayRegistration;