1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 20:44:19 +08:00
Files
osu-lazer/osu.Game.Tests/Visual
T
Dan Balasescu 72b56146ee Refactor tracker to be a bit more stateless
Removes storage of `selectedBeatmap` that was referenced through
multiple class-level methods.

To expound a bit, this structure felt better (or otherwise passing
`APIBeatmap` through methods) alongside removal of the `#nullable
disable`, otherwise each method would check `selectedBeatmap != null`.
72b56146ee · 2025-03-25 14:23:05 +09:00
History
..
2025-01-14 09:22:56 +01:00
2023-06-24 01:00:03 +09:00
2025-03-05 09:39:52 +01:00
2025-02-17 15:23:26 +09:00
2025-03-23 21:38:36 -04:00
2025-03-11 21:28:35 +09:00