mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08: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