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

@ -42,7 +42,6 @@ namespace osu.Game.Rulesets.Catch.UI
CatcherArea = new CatcherArea(difficulty)
{
CreateDrawableRepresentation = createDrawableRepresentation,
ExplodingFruitTarget = explodingFruitContainer,
Anchor = Anchor.BottomLeft,
Origin = Anchor.TopLeft,