1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 05:57:22 +08:00
Salman Ahmed 8c5d99ab21 Override CreateInstance() in osu! bindable subclasses
Three bindables are left which don't have this overriden due to them
already not having a value-only constructor and not supporting
`GetBoundCopy()` properly:
 - `BeatmapDifficultyCache.BindableStarDifficulty`.
 - `TotalScoreBindable`
 - `TotalScoreStringBindable`

I could add support for them by passing the required data to them, as
they seem to be able to have that shared, but I'm hesitant to support
something which was already broken and never used, not sure.
2021-08-18 04:19:58 +03:00
..
2021-08-17 13:34:44 +09:00
2021-08-02 19:37:45 +09:00
2020-12-03 19:44:12 +02:00
2019-11-12 13:41:54 +09:00
2019-06-26 17:52:25 +09:00
2021-06-18 19:39:01 +09:00