1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 19:27:26 +08:00
osu-lazer/osu.Game/Screens/Select/Details
Bartłomiej Dach 914e5c0f9d
Fix star rating not updating for some mods on details tab in song select
`AdvancedStats` was locally assuming that the only changes in mods that
are relevant to it are if the mods are `IApplicableToDifficulty`. This
is not true, as other mods (such as `IApplicableToRate` mods, or more
recently, Flashlight) can also affect star difficulty, which is shown on
one of the bars in `AdvancedStats`.
2021-10-31 18:58:17 +01:00
..
AdvancedStats.cs Fix star rating not updating for some mods on details tab in song select 2021-10-31 18:58:17 +01:00
FailRetryGraph.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
UserRatings.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00