mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:36:05 +08:00
Avoid test frame being the precise time of slider end
This commit is contained in:
parent
2bd75fd8ae
commit
6b81315009
@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
private const double time_during_slide_1 = 2500;
|
||||
private const double time_during_slide_2 = 3000;
|
||||
private const double time_during_slide_3 = 3500;
|
||||
private const double time_during_slide_4 = 4000;
|
||||
private const double time_during_slide_4 = 3800;
|
||||
|
||||
private List<JudgementResult> judgementResults;
|
||||
private bool allJudgedFired;
|
||||
|
Loading…
Reference in New Issue
Block a user