Skip to content

Commit

Permalink
Revert default value of winding.
Browse files Browse the repository at this point in the history
  • Loading branch information
speps committed May 13, 2021
1 parent 3ebf197 commit bdc0b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TessBed/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public MainForm()
SetShowInput(true);
SetShowWinding(false);
SetPolySize(3);
SetWindingRule(WindingRule.Positive);
SetWindingRule(WindingRule.EvenOdd);
}

public void LoadFolder(string path)
Expand Down

0 comments on commit bdc0b0f

Please sign in to comment.