mirror of
https://github.com/ppy/osu
synced 2025-02-17 19:07:07 +00:00
Fix up incorrect RequiredTypes
This commit is contained in:
parent
9fb3d3704a
commit
1e4cad900d
@ -13,7 +13,7 @@ namespace osu.Game.Tests.Visual
|
||||
[Description("player pause/fail screens")]
|
||||
internal class TestCaseMenuOverlay : OsuTestCase
|
||||
{
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(FailOverlay), typeof(PauseContainer.PauseOverlay) };
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(FailOverlay), typeof(PauseContainer) };
|
||||
|
||||
public TestCaseMenuOverlay()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user