1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 08:07:18 +08:00
Dean Herbert 9a7fdb2b7e Move skin deletion logic to OsuGameBase to promote thread safety
`CurrentSkinInfo` is used in multiple places expecting thread safety,
while ItemRemoved events are explicitly mentioning they are not thread
safe. As SkinManager itself doesn't have the ability to schedule to the
update thread, I've just moved the logic to `OsuGameBase`. We may want
to move the current skin bindable out of the manager class in the
future to match things like `BeatmapManager`.

Closes https://github.com/ppy/osu/issues/10837.
2020-11-16 16:43:19 +09:00
..
2020-07-17 16:54:30 +09:00
2020-10-30 22:33:27 +09:00
2020-07-17 16:54:30 +09:00
2019-09-05 17:01:14 +09:00