mirror of
https://github.com/ppy/osu
synced 2025-02-08 22:27:14 +00:00
Fix test failure
This commit is contained in:
parent
02571ec7ae
commit
9d926de944
@ -15,7 +15,6 @@ using osu.Game.Rulesets.Catch.Judgements;
|
|||||||
using osu.Game.Rulesets.Catch.Objects;
|
using osu.Game.Rulesets.Catch.Objects;
|
||||||
using osu.Game.Rulesets.Catch.Objects.Drawables;
|
using osu.Game.Rulesets.Catch.Objects.Drawables;
|
||||||
using osu.Game.Rulesets.Catch.UI;
|
using osu.Game.Rulesets.Catch.UI;
|
||||||
using osu.Game.Rulesets.Judgements;
|
|
||||||
using osu.Game.Rulesets.Scoring;
|
using osu.Game.Rulesets.Scoring;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Catch.Tests
|
namespace osu.Game.Rulesets.Catch.Tests
|
||||||
@ -58,7 +57,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
|||||||
|
|
||||||
Schedule(() =>
|
Schedule(() =>
|
||||||
{
|
{
|
||||||
area.OnNewResult(drawable, new JudgementResult(fruit, new CatchJudgement())
|
area.OnNewResult(drawable, new CatchJudgementResult(fruit, new CatchJudgement())
|
||||||
{
|
{
|
||||||
Type = area.MovableCatcher.CanCatch(fruit) ? HitResult.Great : HitResult.Miss
|
Type = area.MovableCatcher.CanCatch(fruit) ? HitResult.Great : HitResult.Miss
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user