浏览代码

_dispose will be called in the deconstructor, no need to call it here

/siyaoH-1.17-PlatformMessage
xingweizhu 4 年前
当前提交
9c2ee8dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.uiwidgets/Runtime/ui2/painting.cs

2
com.unity.uiwidgets/Runtime/ui2/painting.cs


}
public void Dispose() {
_pathMeasure._dispose();
}
}

正在加载...
取消
保存