mirror of https://github.com/ppy/osu
Cover clamping to max beat divisor in test
This commit is contained in:
parent
3c8f387a6c
commit
35e41d816a
|
@ -109,7 +109,10 @@ public void TestBeatChevronNavigation()
|
|||
switchBeatSnap(3);
|
||||
assertBeatSnap(8);
|
||||
|
||||
switchBeatSnap(-1);
|
||||
switchBeatSnap(3);
|
||||
assertBeatSnap(16);
|
||||
|
||||
switchBeatSnap(-2);
|
||||
assertBeatSnap(4);
|
||||
|
||||
switchBeatSnap(-3);
|
||||
|
|
Loading…
Reference in New Issue