mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove unnecessary equality check in skin editor construction path
This commit is contained in:
@ -68,9 +68,6 @@ namespace osu.Game.Skinning.Editor
|
||||
|
||||
skinEditor = editor;
|
||||
|
||||
if (editor != skinEditor)
|
||||
return;
|
||||
|
||||
LoadComponentAsync(editor, _ =>
|
||||
{
|
||||
if (editor != skinEditor)
|
||||
|
Reference in New Issue
Block a user