1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 05:39:57 +08:00

Merge pull request #17259 from peppy/remove-broken-check

Remove current screen check from skin editor changes
This commit is contained in:
Dan Balasescu
2022-03-15 16:09:49 +09:00
committed by GitHub
Unverified
@@ -132,9 +132,6 @@ namespace osu.Game.Skinning.Editor
{
Debug.Assert(skinEditor != null);
if (!target.IsCurrentScreen())
return;
if (!target.IsLoaded)
{
Scheduler.AddOnce(setTarget, target);