mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Use hit object pooling for BananaShower
.
This commit is contained in:
@ -65,6 +65,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
RegisterPool<Fruit, DrawableFruit>(1);
|
||||
RegisterPool<Banana, DrawableBanana>(1);
|
||||
RegisterPool<JuiceStream, DrawableJuiceStream>(1);
|
||||
RegisterPool<BananaShower, DrawableBananaShower>(1);
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Reference in New Issue
Block a user