Use hit object pooling for Droplet and TinyDroplet.

This commit is contained in:
ekrctb
2020-11-30 19:04:09 +09:00
parent 05aaa377e7
commit 94fd607a7c
4 changed files with 23 additions and 8 deletions

View File

@ -55,12 +55,6 @@ namespace osu.Game.Rulesets.Catch.UI
case BananaShower shower:
return new DrawableBananaShower(shower, CreateDrawableRepresentation);
case TinyDroplet tiny:
return new DrawableTinyDroplet(tiny);
case Droplet droplet:
return new DrawableDroplet(droplet);
}
return null;