You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osu.Game.Rulesets.Osu.Tests/TestSceneSliderInput.cs
+47-1Lines changed: 47 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -484,6 +484,47 @@ public void TestRewindHandling()
484
484
AddAssert("no miss judgements recorded",()=>judgementResults.All(r =>r.Type.IsHit()));
485
485
}
486
486
487
+
/// <summary>
488
+
/// Sliders are common to by 1/2 or 1/4 beat length in order to place the circle on the next beat.
489
+
/// This tests a user pressing the next circle in the window between the last tick and the end of the slider (<see cref="SliderEventGenerator.TAIL_LENIENCY"/>).
0 commit comments