浏览代码

Fix path in TestFramework

/sample_game
Peter Bay Bastian 7 年前
当前提交
271fbdce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Assets/Tests/GraphicsTests/Framework/Editor/TestFramework.cs

2
Assets/Tests/GraphicsTests/Framework/Editor/TestFramework.cs


// path where the tests live
private static readonly string[] s_Path =
{
"AutomatedTests",
"Tests",
"GraphicsTests",
"RenderPipeline"
};

正在加载...
取消
保存