浏览代码

Remove text_painter destructor.

/main
Yuncong Zhang 5 年前
当前提交
6ff9c1d5
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 4
      Runtime/painting/text_painter.cs

4
Runtime/painting/text_painter.cs


this._ellipsis = ellipsis;
}
~TextPainter() {
Paragraph.release(ref this._paragraph);
}
public float textScaleFactor {
get { return this._textScaleFactor; }
set {

正在加载...
取消
保存