This is a nuanced detail that was implemented incorrectly from the
outset. When mapping, generally a mapper chooses the distance spacing
with no regard to the SV. It has always been common to have a lower
or higher distance spacing than SV, but with the way the lazer editor
has worked, the SV was multiplied into the distance snap grid display,
incorectly changing its spacing depending on the "reference object"
(which is usually the previous hitobject chronologically).
Closes https://github.com/ppy/osu/issues/20824.
Note that this will require a reimport of beatmaps as it is baked into the database. Probably not worth making a migration for at this point in time.