diff --git a/osu.Desktop.VisualTests/Tests/TestCaseHitObjects.cs b/osu.Desktop.VisualTests/Tests/TestCaseHitObjects.cs index 6da47c5bc4..11365adafe 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseHitObjects.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseHitObjects.cs @@ -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());