1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 02:13:39 +08:00

Also save on skin switch

This commit is contained in:
Dean Herbert
2021-05-12 17:42:12 +09:00
Unverified
parent be187e8ebd
commit 2f55d1e5ab
+2
View File
@@ -143,6 +143,8 @@ namespace osu.Game.Skinning.Editor
// probably something which will be factored out in a future database refactor so not too concerning for now.
currentSkin.BindValueChanged(skin =>
{
Save();
hasBegunMutating = false;
Scheduler.AddOnce(skinChanged);
}, true);