浏览代码

Merge pull request #1421 from Unity-Technologies/sg/texture-array-control-trunk-compat

Fix trunk compatibility for TextureArrayControl
/main
GitHub 6 年前
当前提交
b0322fa0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.shadergraph/Editor/Drawing/Controls/TextureArrayControl.cs

2
com.unity.shadergraph/Editor/Drawing/Controls/TextureArrayControl.cs


{
m_Node.owner.owner.RegisterCompleteObjectUndo("Texture Change");
m_PropertyInfo.SetValue(m_Node, evt.newValue, null);
Dirty(ChangeType.Repaint);
this.MarkDirtyRepaint();
}
}
}
正在加载...
取消
保存