Fix TestCaseHitObjects.

This commit is contained in:
Dean Herbert 2016-11-25 16:41:00 +09:00
parent 202028f2c9
commit ef0f975960
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
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 @@ public override void Reset()
Origin = Anchor.Centre,
Depth = -i,
State = ArmedState.Hit,
Judgement = new JudgementInfo { Result = HitResult.Hit300 }
};
approachContainer.Add(d.ApproachCircle.CreateProxy());