1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 23:50:29 +08:00

Fix TestCaseHitObjects.

This commit is contained in:
Dean Herbert
2016-11-25 16:41:00 +09:00
Unverified
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.Drawables;
using osu.Framework.Graphics.Containers;
using osu.Game.Modes;
namespace osu.Desktop.VisualTests.Tests
{
@@ -51,6 +52,7 @@ namespace osu.Desktop.VisualTests.Tests
Origin = Anchor.Centre,
Depth = -i,
State = ArmedState.Hit,
Judgement = new JudgementInfo { Result = HitResult.Hit300 }
};
approachContainer.Add(d.ApproachCircle.CreateProxy());