浏览代码

fix aa shapehint bug when shapeHint doesn't update when rrect -> non-rrect changed 2

/main
xingwei.zhu 5 年前
当前提交
b556f6d8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      Runtime/ui/renderer/common/geometry/path/path.cs

2
Runtime/ui/renderer/common/geometry/path/path.cs


this.needCache = false;
this.pathKey = 0;
this._isNaiveRRect = false;
this._shapeHint = uiPathShapeHint.Other;
this._rRectCorner = 0;
}
void _reset() {

正在加载...
取消
保存