1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-16 07:20:24 +08:00
osu-lazer/osu.Game/Screens/Ranking/Expanded/Statistics
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
..
AccuracyStatistic.cs Change rolling counters to use quicker easing types 2024-01-17 18:18:53 +09:00
ComboStatistic.cs Partial everything 2022-11-27 00:00:27 +09:00
CounterStatistic.cs Partial everything 2022-11-27 00:00:27 +09:00
HitResultStatistic.cs Automated pass 2023-06-24 01:00:03 +09:00
PerformanceStatistic.cs Remove ScorePerformanceCache 2024-01-29 15:28:20 +09:00
StatisticCounter.cs Automated pass 2023-06-24 01:00:03 +09:00
StatisticDisplay.cs Partial everything 2022-11-27 00:00:27 +09:00