1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 17:50:34 +08:00

Revert "Also save on skin switch"

This reverts commit 2f55d1e5ab.
This commit is contained in:
Dean Herbert
2021-05-12 17:45:51 +09:00
Unverified
parent 2f55d1e5ab
commit 088335a035
-2
View File
@@ -143,8 +143,6 @@ 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);