Move distance spacing application to DistanceSnapGrid

This commit is contained in:
Salman Ahmed
2022-04-28 10:54:38 +03:00
parent 7aaa88cac2
commit abb88b0907
5 changed files with 4 additions and 18 deletions

View File

@ -92,7 +92,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
private void updateSpacing()
{
DistanceSpacing = SnapProvider.GetBeatSnapDistanceAt(ReferenceObject);
DistanceSpacing = SnapProvider.GetBeatSnapDistanceAt(ReferenceObject) * distanceSpacingMultiplier.Value;
if (endTime == null)
MaxIntervals = int.MaxValue;