mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
phantom whitespace
This commit is contained in:
@ -49,9 +49,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
|||||||
{
|
{
|
||||||
loadBeatmap();
|
loadBeatmap();
|
||||||
}
|
}
|
||||||
private List<JudgementResult> judgementResults;
|
|
||||||
private bool allJudgedFired;
|
|
||||||
|
|
||||||
private const double time_before_slider = 250;
|
private const double time_before_slider = 250;
|
||||||
private const double time_slider_start = 1500;
|
private const double time_slider_start = 1500;
|
||||||
private const double time_during_slide_1 = 2500;
|
private const double time_during_slide_1 = 2500;
|
||||||
@ -59,6 +57,9 @@ namespace osu.Game.Rulesets.Osu.Tests
|
|||||||
private const double time_during_slide_3 = 3500;
|
private const double time_during_slide_3 = 3500;
|
||||||
private const double time_during_slide_4 = 4000;
|
private const double time_during_slide_4 = 4000;
|
||||||
|
|
||||||
|
private List<JudgementResult> judgementResults;
|
||||||
|
private bool allJudgedFired;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Scenario:
|
/// Scenario:
|
||||||
/// - Press a key before a slider starts
|
/// - Press a key before a slider starts
|
||||||
|
Reference in New Issue
Block a user