浏览代码

Merge branch 'master' of github.com:UnityTech/UIWidgets into dev

# Conflicts:
#	Runtime/ui/painting/picture.cs
/main
xingwei.zhu 5 年前
当前提交
0659f535
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/ui/painting/picture.cs

2
Runtime/ui/painting/picture.cs


//check for underflow
if (this._states.Count > 1) {
this.restore();
this._stateUpdateIndices.Add(this._drawCmds.Count - 1);
this._stateUpdateIndices.Add(this._drawCmds.Count - 1);
break;
}

正在加载...
取消
保存