1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 20:33:35 +08:00
Files
osu-lazer/osu.Game.Rulesets.Osu
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
..
2023-06-24 01:00:03 +09:00
2026-01-05 13:17:40 +09:00
2024-02-27 21:51:54 -05:00