1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 11:22:54 +08:00
Files
osu-lazer/osu.Game/Rulesets/Objects
T
Andrei Zavatski b36f8f9c47 Avoid recomputing full path vertices in SliderPath when possible (#36285)
In some cases `SliderPath.GetPathToProgress` used to compute the whole
path when it can be not needed since it can be already stored inside
`calculatedPath` list.
Also some of these use cases will no longer require additional array
wheen only readonly access is all we need.
b36f8f9c47 · 2026-04-17 21:35:27 +09:00
History
..
2026-03-19 00:05:52 +09:00
2024-02-25 19:05:40 +03:00
2023-06-24 01:00:03 +09:00