1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:47:29 +08:00
osu-lazer/osu.Game/Screens/Ranking/Expanded
Dean Herbert 76832a1495
Remove ScorePerformanceCache
This class was only used in two places, both on the results screen, but
was holding references to `OsuPlayfield` game-wide (due to unrelated
issues, but still).

Because I can't really think of future use cases for this, and running
the calculation twice at results screen isn't a huge overhead, let's
just do that for now to keep things simple.
2024-01-29 15:28:20 +09:00
..
Accuracy Fix crash at results screen when hidden is enabled and S rank becomes A due to miss 2024-01-25 15:02:44 +09:00
Statistics Remove ScorePerformanceCache 2024-01-29 15:28:20 +09:00
ExpandedPanelMiddleContent.cs Silence a few remaining nullability warnings 2023-07-04 22:39:26 +02:00
ExpandedPanelTopContent.cs Partial everything 2022-11-27 00:00:27 +09:00
TotalScoreCounter.cs Partial everything 2022-11-27 00:00:27 +09:00