mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
CatchBaseHit -> CatchHitObject
Also moves default scale to CatchHitObject.
This commit is contained in:
@ -157,7 +157,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
|
||||
caughtFruit.Add(fruit);
|
||||
|
||||
if (((CatchBaseHit)fruit.HitObject).LastInCombo)
|
||||
if (((CatchHitObject)fruit.HitObject).LastInCombo)
|
||||
explode();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user