Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit ddfde83

Browse files
committed
Merge branch 'master' of github.com:UnityTech/UIWidgets into dev
# Conflicts: # Runtime/ui/painting/picture.cs
1 parent 5a989ac commit ddfde83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/ui/painting/picture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public void addDrawCmd(DrawCmd drawCmd) {
131131
//check for underflow
132132
if (this._states.Count > 1) {
133133
this.restore();
134-
this._stateUpdateIndices.Add(this._drawCmds.Count - 1);
135134
}
135+
this._stateUpdateIndices.Add(this._drawCmds.Count - 1);
136136
break;
137137
}
138138

0 commit comments

Comments
 (0)