Files
osukey/osu.Game/Screens/Select
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
..
2021-02-18 17:13:48 +09:00
2019-02-28 13:31:40 +09:00
2020-08-31 20:16:28 +09:00
2020-11-01 18:54:44 +01:00
2019-05-08 19:35:20 +09:00