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:
parent
c22e77e481
commit
58c9bb031f
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user