浏览代码

Styling

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

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


}
}
if (getOutput && waitForExit != 0)
if (getOutput)
{
output = cmd.StandardOutput.ReadToEnd();
}

}
}
cmd?.Close();
cmd.Close();
return 0;
}

正在加载...
取消
保存