mirror of
https://github.com/osukey/osukey.git
synced 2025-05-16 19:17:18 +09:00
Remove current screen check from skin editor changes
This commit is contained in:
parent
af62536aaf
commit
2b02a6555b
@ -132,9 +132,6 @@ namespace osu.Game.Skinning.Editor
|
||||
{
|
||||
Debug.Assert(skinEditor != null);
|
||||
|
||||
if (!target.IsCurrentScreen())
|
||||
return;
|
||||
|
||||
if (!target.IsLoaded)
|
||||
{
|
||||
Scheduler.AddOnce(setTarget, target);
|
||||
|
Loading…
x
Reference in New Issue
Block a user