浏览代码

Fix the title of the node.

It was named RGB to Linear in the node title.
/main
RinaldoTjan 7 年前
当前提交
5e5d7d07
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      MaterialGraphProject/Assets/UnityShaderEditor/Runtime/Nodes/Art/Conversion/LinearToRGBNode.cs

2
MaterialGraphProject/Assets/UnityShaderEditor/Runtime/Nodes/Art/Conversion/LinearToRGBNode.cs


{
public LineartoRGBNode()
{
name = "RGBtoLinear";
name = "LineartoRGB";
}
protected override string GetFunctionName ()

正在加载...
取消
保存