1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 22:00:57 +08:00
Files
osu-lazer/osu.Game.Rulesets.Osu/Skinning
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
..
2025-08-10 07:15:20 -07:00
2022-11-27 00:00:27 +09:00
2023-01-17 21:11:21 +01:00