浏览代码

fixed compiler error

/main
Steven Leal 4 年前
当前提交
0a838161
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
      com.unity.perception/Tests/Editor/RandomizerEditorTests.cs

5
com.unity.perception/Tests/Editor/RandomizerEditorTests.cs


// This line should throw a NullReferenceException
testGameObject.transform.position = Vector3.zero;
}
protected override void OnIterationStart()
{
testGameObject = new GameObject("Test");
}
}
}
正在加载...
取消
保存