Initialize processCDT in tessNewTess()
This commit is contained in:
Mikko Mononen 2018-05-23 11:11:17 +03:00
parent 8862c3f000
commit 56d5c87b59

View file

@ -632,6 +632,7 @@ TESStesselator* tessNewTess( TESSalloc* alloc )
tess->reverseContours = 0;
tess->windingRule = TESS_WINDING_ODD;
tess->processCDT = 0;
if (tess->alloc.regionBucketSize < 16)
tess->alloc.regionBucketSize = 16;