1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:42:54 +08:00
osu-lazer/osu.Game/Screens/Select/Details
Dean Herbert 9f3ceb99eb Fix the star rating display at song select flashing to zero when changing mods
Due to the use of bindable flow provided by `BeatmapDifficultyCache` in
this usage, the display would briefly flash to zero while difficulty
calculation was still running (as there is no way for a consumer of the
provided bindable to know whether the returned 0 is an actual 0 SR or a
"pending" calculation).

While I hope to fix this by making the bindable flow return nullable
values, I think this particular use case works better with non-bindable
flow so have switched across to that.
2021-02-25 16:05:13 +09:00
..
AdvancedStats.cs Fix the star rating display at song select flashing to zero when changing mods 2021-02-25 16:05:13 +09:00
FailRetryGraph.cs Fix crash if only one count list is received from API 2020-08-24 20:41:31 +02:00
UserRatings.cs Adjust font sizes and spacing in BeatmapSetOverlay 2020-02-16 21:43:33 +01:00