浏览代码

Fixed ColorParameter showEyeDropper not being properly set

/feature-ReflectionProbeFit
Thomas 7 年前
当前提交
0a7805b8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      ScriptableRenderPipeline/Core/Volume/VolumeParameter.cs

2
ScriptableRenderPipeline/Core/Volume/VolumeParameter.cs


{
this.hdr = hdr;
this.showAlpha = showAlpha;
this.showEyeDropper = showEyeDropper;
this.overrideState = overrideState;
}

{
this.hdr = hdr;
this.showAlpha = showAlpha;
this.showEyeDropper = showEyeDropper;
this.overrideState = overrideState;
}
}

正在加载...
取消
保存