This commit is contained in:
smoogipoo
2020-07-16 21:18:24 +09:00
parent 18d3685023
commit 03a7b8a6ef
4 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Rulesets.Mania.Tests
public class TestScenePlayfieldCoveringContainer : OsuTestScene
{
private readonly ScrollingTestContainer scrollingContainer;
private readonly PlayfieldCoveringContainer cover;
private readonly PlayfieldCoveringWrapper cover;
public TestScenePlayfieldCoveringContainer()
{
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Mania.Tests
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(300, 500),
Child = cover = new PlayfieldCoveringContainer(new Box
Child = cover = new PlayfieldCoveringWrapper(new Box
{
RelativeSizeAxes = Axes.Both,
Colour = Color4.Orange