1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00
osu-lazer/osu.Game.Tests/Editing
Dean Herbert 6c7475f085 Fix snapped distances potentially exceeding the source distance
This results in slider placement including "excess" length, where the
curve is not applied to the placed path. This is generally not what we
want.

I considered adding a bool parameter (or enum) to change the
floor/rounding mode, but on further examination I think this is what we
always expect from this function.
2020-08-25 18:58:01 +09:00
..
EditorChangeHandlerTest.cs Rename editor tests namespace from "Editor" to "Editing" 2020-04-23 11:07:55 +03:00
LegacyEditorBeatmapPatcherTest.cs Fix undo/redo behaving poorly with simultaneous objects 2020-04-30 20:39:41 +09:00
TestSceneHitObjectComposerDistanceSnapping.cs Fix snapped distances potentially exceeding the source distance 2020-08-25 18:58:01 +09:00