浏览代码

Merge pull request #140 from Unity-Technologies/minor_fix_labelconfig_editor

Minor fix to label config editor: Make sure serialized object is updated on scheduled model check
/main
GitHub 4 年前
当前提交
3523ac44
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.perception/Editor/GroundTruth/LabelConfigEditor.cs

1
com.unity.perception/Editor/GroundTruth/LabelConfigEditor.cs


void CheckForModelChanges()
{
serializedObject.Update();
if (ChangesHappeningInForeground)
{
ChangesHappeningInForeground = false;

正在加载...
取消
保存