mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Fix post-rebase errors
This commit is contained in:
parent
5af29f8384
commit
2e5cd8b4e3
@ -115,7 +115,7 @@ namespace osu.Game.Tests.Visual
|
|||||||
AddUntilStep(() => !settings.ErrorText.IsPresent, "error not displayed");
|
AddUntilStep(() => !settings.ErrorText.IsPresent, "error not displayed");
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TestRoomSettings : RoomSettingsOverlay
|
private class TestRoomSettings : MatchSettingsOverlay
|
||||||
{
|
{
|
||||||
public new TriangleButton ApplyButton => base.ApplyButton;
|
public new TriangleButton ApplyButton => base.ApplyButton;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user