1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:59:54 +08:00
Files
osu-lazer/osu.Game.Rulesets.Catch/Edit/Blueprints/Components
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
..
2022-06-17 16:37:17 +09:00