Assume input contour coordinates as double.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
a13348d291
commit
5beca8e527
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ void tessAddContour( TESStesselator *tess, int size, const void* vertices,
|
|||
|
||||
for( i = 0; i < numVertices; ++i )
|
||||
{
|
||||
const TESSreal* coords = (const TESSreal*)src;
|
||||
const double* coords = (const double*)src;
|
||||
src += stride;
|
||||
|
||||
if( e == NULL ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue