浏览代码

Fix compareversions bug

/pyrception-integration
leopoldo-zugasti 3 年前
当前提交
265bba24
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.perception/Editor/Visualizer/PipAPI.cs

4
com.unity.perception/Editor/Visualizer/PipAPI.cs


}
if (i < split1.Length)
return -1;
return 1;
return 1;
return -1;
return 0;
}

正在加载...
取消
保存