1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 23:27:55 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Utils
Bartłomiej Dach 1f1a174c50
Remove no longer required nested object reposition hacks
As touched on in
https://github.com/ppy/osu/issues/30237#issuecomment-2408557766, these
types of maneouvers are no longer required after
https://github.com/ppy/osu/pull/30021 - although as it turns out on
closer inspection, these things being there still *did not actually
break anything*, because the `slider.Path` mutation at the end of
`modifySlider()` causes `updateNestedPositions()` to be called
eventually anyway. So this is at mostly a code quality upgrade.
2024-10-14 14:26:27 +02:00
..
OsuHitObjectGenerationUtils_Reposition.cs Remove unused member 2024-09-30 09:30:06 +02:00
OsuHitObjectGenerationUtils.cs Remove no longer required nested object reposition hacks 2024-10-14 14:26:27 +02:00