clanzotti
Results
2
issues of
clanzotti
Hi, the variable TESStesselator::outOfMemory is never initialized, causing (randomly) the tessTessellate() function to return 0. I just fixed by adding: tess->outOfMemory = 0; to the beginning of the tessTesselate() function....
Hi all, I'm writing a new management tool for our preferred boxes. It is written in C and do not depend on third part library (It uses my own system,...