1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 02:39:53 +08:00
Files
osu-lazer/osu.Game.Tests/Visual
T
Dean Herbert 2a88409dfe Fix time snap of sliders not matching when SV is not 1.0x
This regressed with https://github.com/ppy/osu/pull/20850 because the
function was used in other places which expect it to factor slider
velocity into the equation.

Rather than reverting, I've added a new argument, as based on the method
naming alone it was hard to discern whether SV should actually be
considered.

The reason for the change in #20850 was to avoid the SV coming in from a
reference object which may not have a correct SV in the first place. In
such cases, passing `false` to the function will give the expected
behaviour.
2a88409dfe · 2022-11-01 15:12:58 +09:00
History
..
2022-06-17 16:37:17 +09:00
2022-06-17 16:37:17 +09:00
2022-10-17 19:34:05 +09:00
2022-10-12 21:26:33 +03:00