Skip to content

Commit debd270

Browse files
committed
双击退出时修复
1 parent fac9e46 commit debd270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Editor/ObjectSelectorWindow.cs

+1
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ private void DrawListItemInternal(Rect rect4, BuiltinRes builtinResource, int it
324324
{
325325
current.Use();
326326
Close();
327+
GUIUtility.ExitGUI();
327328
}
328329
}
329330
}

0 commit comments

Comments
 (0)