Revert rename error

This commit is contained in:
ekrctb
2020-12-09 10:25:35 +09:00
parent 1212ffd24f
commit b80204642e
5 changed files with 7 additions and 7 deletions

View File

@ -223,7 +223,7 @@ namespace osu.Game.Rulesets.Catch.UI
catchResult.CatcherAnimationState = CurrentState;
catchResult.CatcherHyperDash = HyperDashing;
if (!(drawableObject is DrawablePalpableHasCatchHitObject palpableObject)) return;
if (!(drawableObject is DrawablePalpableCatchHitObject palpableObject)) return;
var hitObject = palpableObject.HitObject;
@ -458,7 +458,7 @@ namespace osu.Game.Rulesets.Catch.UI
updateCatcher();
}
private void placeCaughtObject(DrawablePalpableHasCatchHitObject drawableObject, Vector2 position)
private void placeCaughtObject(DrawablePalpableCatchHitObject drawableObject, Vector2 position)
{
var caughtObject = getCaughtObject(drawableObject.HitObject);