Don't use CreateDrawableRepresentation in CatcherArea

This commit is contained in:
ekrctb
2020-11-30 19:02:49 +09:00
parent b56e832e83
commit 05aaa377e7
3 changed files with 13 additions and 6 deletions

View File

@ -103,7 +103,6 @@ namespace osu.Game.Rulesets.Catch.Tests
{
Anchor = Anchor.Centre,
Origin = Anchor.TopCentre,
CreateDrawableRepresentation = ((DrawableRuleset<CatchHitObject>)catchRuleset.CreateInstance().CreateDrawableRulesetWith(new CatchBeatmap())).CreateDrawableRepresentation
},
});
}