mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Fix TestCaseHitObjects.
This commit is contained in:
parent
202028f2c9
commit
ef0f975960
@ -12,6 +12,7 @@ using osu.Game.Modes.Objects.Drawables;
|
|||||||
using osu.Game.Modes.Osu.Objects;
|
using osu.Game.Modes.Osu.Objects;
|
||||||
using osu.Game.Modes.Osu.Objects.Drawables;
|
using osu.Game.Modes.Osu.Objects.Drawables;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
|
using osu.Game.Modes;
|
||||||
|
|
||||||
namespace osu.Desktop.VisualTests.Tests
|
namespace osu.Desktop.VisualTests.Tests
|
||||||
{
|
{
|
||||||
@ -51,6 +52,7 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Depth = -i,
|
Depth = -i,
|
||||||
State = ArmedState.Hit,
|
State = ArmedState.Hit,
|
||||||
|
Judgement = new JudgementInfo { Result = HitResult.Hit300 }
|
||||||
};
|
};
|
||||||
|
|
||||||
approachContainer.Add(d.ApproachCircle.CreateProxy());
|
approachContainer.Add(d.ApproachCircle.CreateProxy());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user