Files
osukey/osu.Game/Rulesets/Mods
Bartłomiej Dach 32b4f5fbd6 Do not store direct references to original bindable
`DifficultyAdjustSettingsControl` and its inner `SliderControl` were
holding different references to `DifficultyBindable`s from the
difficulty adjust mod, therefore leading to bindings being lost to the
framework-side automatic unbind logic if the mod was toggled off and
back on in rapid succession.

Resolve by adding a shadowed implementation of `GetBoundCopy()` and
using it to isolate the controls from the mod bindable.
2021-07-11 15:28:13 +02:00
..
2019-03-20 11:22:34 +09:00
2019-06-29 04:23:59 +03:00
2021-07-02 15:55:25 +08:00
2021-07-05 23:52:39 +08:00
2020-08-12 01:41:21 +09:00
2021-07-09 13:24:26 +09:00
2021-02-24 14:44:53 +09:00