浏览代码

Update LabelConfigEditor.cs

/main
Mohsen Kamalzadeh 4 年前
当前提交
a2ab6453
共有 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;

正在加载...
取消
保存