mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +08:00
Rename test scene
This commit is contained in:
parent
42b3ff805b
commit
15a92d1451
@ -25,7 +25,7 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Rulesets.Osu.Tests
|
||||
{
|
||||
public class TestSceneNoteLock : RateAdjustedBeatmapTestScene
|
||||
public class TestSceneOutOfOrderHits : RateAdjustedBeatmapTestScene
|
||||
{
|
||||
private const double early_miss_window = 1000; // time after -1000 to -500 is considered a miss
|
||||
private const double late_miss_window = 500; // time after +500 is considered a miss
|
Loading…
Reference in New Issue
Block a user