clipper-lib icon indicating copy to clipboard operation
clipper-lib copied to clipboard

ePrev2 should be ePrev

Open johnflux opened this issue 5 years ago • 0 comments

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);

johnflux avatar Jan 22 '21 01:01 johnflux