1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +08:00

Cover clamping to max beat divisor in test

This commit is contained in:
Bartłomiej Dach 2023-06-07 23:31:46 +02:00
parent 3c8f387a6c
commit 35e41d816a
No known key found for this signature in database

View File

@ -109,7 +109,10 @@ namespace osu.Game.Tests.Visual.Editing
switchBeatSnap(3);
assertBeatSnap(8);
switchBeatSnap(-1);
switchBeatSnap(3);
assertBeatSnap(16);
switchBeatSnap(-2);
assertBeatSnap(4);
switchBeatSnap(-3);