1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:03:08 +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
commit 7aa3a52ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,9 +132,6 @@ namespace osu.Game.Skinning.Editor
{
Debug.Assert(skinEditor != null);
if (!target.IsCurrentScreen())
return;
if (!target.IsLoaded)
{
Scheduler.AddOnce(setTarget, target);