osukey/osu.Game
Bartłomiej Dach 9538a32b5e
Explicitly update beatmap info wedge on mod change
This used to already be the case prior to b419ea7, but in a very
roundabout way. Changes to the value of the star difficulty bindable -
including indirect changes via the set of active mods changing - would
trigger the wedge display to regenerate and load asynchronously.

b419ea7 accidentally broke this by moving down the bindable retrieval to
a lower level, at which point `WedgeInfoText` would only receive the set
of mods selected at the time at which a given beatmap was selected, and
not receive any further updates, breaking the BPM display updating in
real time (as `WedgeInfoText` could not be aware that rate-changing mods
were even in effect).

To resolve, explicitly reload the wedge's contents on mod changes.
2021-08-22 19:16:46 +02:00
..
2021-07-28 21:54:11 +09:00
2021-06-23 21:26:52 +09:00
2021-07-31 16:48:45 +09:00
2021-08-19 14:19:59 +09:00
2021-08-20 23:01:06 +03:00
2021-08-09 20:53:02 +10:00
2021-08-22 19:13:21 +09:00
2021-08-21 15:39:57 +03:00