clipper-lib
clipper-lib copied to clipboard
ePrev2 should be ePrev
This bug isn't in upstream, but somehow snuck in here:
- var op2 = this.AddOutPt(ePrev2, e.Bot);
+ var op2 = this.AddOutPt(ePrev, e.Bot);