1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08:00

Fix post-rebase errors

This commit is contained in:
smoogipoo 2018-12-26 20:33:49 +09:00
parent 9d305ba024
commit 23d412e3ff

View File

@ -115,7 +115,7 @@ namespace osu.Game.Tests.Visual
AddUntilStep(() => !settings.ErrorText.IsPresent, "error not displayed");
}
private class TestRoomSettings : RoomSettingsOverlay
private class TestRoomSettings : MatchSettingsOverlay
{
public new TriangleButton ApplyButton => base.ApplyButton;