mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
Remove unnecessary equality check in skin editor construction path
This commit is contained in:
parent
9a2691c1bc
commit
fb7f9a81db
@ -68,9 +68,6 @@ namespace osu.Game.Skinning.Editor
|
|||||||
|
|
||||||
skinEditor = editor;
|
skinEditor = editor;
|
||||||
|
|
||||||
if (editor != skinEditor)
|
|
||||||
return;
|
|
||||||
|
|
||||||
LoadComponentAsync(editor, _ =>
|
LoadComponentAsync(editor, _ =>
|
||||||
{
|
{
|
||||||
if (editor != skinEditor)
|
if (editor != skinEditor)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user