浏览代码

Merge pull request #1436 from Unity-Technologies/corerp/scenerenderpipeline

Removed Editor only compilation condition that was not needed.
/main
GitHub 6 年前
当前提交
b4b3254a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      com.unity.render-pipelines.core/CoreRP/Utilities/SceneRenderPipeline.cs

2
com.unity.render-pipelines.core/CoreRP/Utilities/SceneRenderPipeline.cs


{
public RenderPipelineAsset renderPipelineAsset;
#if UNITY_EDITOR
void OnEnable()
{
GraphicsSettings.renderPipelineAsset = renderPipelineAsset;

{
GraphicsSettings.renderPipelineAsset = renderPipelineAsset;
}
#endif
}
正在加载...
取消
保存