mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
@ -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);
|
||||
|
Reference in New Issue
Block a user