1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 00:17:26 +08:00
Bartłomiej Dach 693db097ee
Take custom bank name length into account when collapsing sample point indicators
Would close https://github.com/ppy/osu/issues/31312.

Not super happy with the performance overhead of this, but this is
already a heuristic-based implementation to avoid every-frame
`.ChildrenOfType<>()` calls or similar, so not super sure how to do
better. The `Array.Contains()` check stands out in profiling, but
without it the indicators can collapse *too* eagerly sometimes.
2024-12-30 12:04:41 +01:00
..
2024-12-26 15:46:12 +09:00
2024-11-28 20:41:44 +08:00
2024-12-19 09:21:49 +01:00
2024-07-03 00:19:04 +09:00
2024-12-16 13:14:21 +09:00
2024-12-12 15:23:00 -08:00
2024-12-24 15:17:10 +09:00
2024-12-27 21:36:07 +09:00