mirror of
https://github.com/ppy/osu
synced 2025-03-21 10:28:06 +00:00
parent
2f55d1e5ab
commit
088335a035
@ -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.
|
// probably something which will be factored out in a future database refactor so not too concerning for now.
|
||||||
currentSkin.BindValueChanged(skin =>
|
currentSkin.BindValueChanged(skin =>
|
||||||
{
|
{
|
||||||
Save();
|
|
||||||
|
|
||||||
hasBegunMutating = false;
|
hasBegunMutating = false;
|
||||||
Scheduler.AddOnce(skinChanged);
|
Scheduler.AddOnce(skinChanged);
|
||||||
}, true);
|
}, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user