mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 17:30:00 +08:00
dfea2ade6d
Closes https://github.com/ppy/osu/issues/26867. Reverts882f490390andce643aa68f. The applied optimisation may have been valid as long as it was constrained to `Slider`. But it is not, as `SliderTailCircle` stores a local copy of the object position. And as the commit message ofce643aa68fstates, this could be bypassed by some pretty hacky delegation from `SliderTailCircle.Position` to the slider, but it'd also be pretty hacky because it would make flows like `PositionBindable` break down. Long-term solution is to probably remove bindables from hitobjects.
dfea2ade6d
·
2024-01-31 12:45:42 +01:00
History