mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use hit object pooling for Fruit
and Banana
.
This commit is contained in:
@ -62,6 +62,8 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
{
|
||||
RegisterPool<Droplet, DrawableDroplet>(1);
|
||||
RegisterPool<TinyDroplet, DrawableTinyDroplet>(1);
|
||||
RegisterPool<Fruit, DrawableFruit>(1);
|
||||
RegisterPool<Banana, DrawableBanana>(1);
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Reference in New Issue
Block a user