浏览代码

Remove use of deprecated method Dirty()

/main
Peter Bay Bastian 6 年前
当前提交
ca71f84b
共有 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();
}
}
}
正在加载...
取消
保存