mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix up incorrect RequiredTypes
This commit is contained in:
@ -13,7 +13,7 @@ namespace osu.Game.Tests.Visual
|
|||||||
[Description("player pause/fail screens")]
|
[Description("player pause/fail screens")]
|
||||||
internal class TestCaseMenuOverlay : OsuTestCase
|
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()
|
public TestCaseMenuOverlay()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user