mirror of
https://github.com/osukey/osukey.git
synced 2025-07-10 12:49:56 +09:00
Remove current screen check from skin editor changes
This commit is contained in:
@ -132,9 +132,6 @@ namespace osu.Game.Skinning.Editor
|
||||
{
|
||||
Debug.Assert(skinEditor != null);
|
||||
|
||||
if (!target.IsCurrentScreen())
|
||||
return;
|
||||
|
||||
if (!target.IsLoaded)
|
||||
{
|
||||
Scheduler.AddOnce(setTarget, target);
|
||||
|
Reference in New Issue
Block a user