Update BlenderTessellator.h

pull/5220/head
Kim Kulling 2023-09-07 22:06:33 +02:00 committed by GitHub
parent aebc6c9c15
commit 50a3645a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -144,11 +144,7 @@ namespace Assimp
#if ASSIMP_BLEND_WITH_POLY_2_TRI
#ifdef ASSIMP_USE_HUNTER
# include <poly2tri/poly2tri.h>
#else
# include "../contrib/poly2tri/poly2tri/poly2tri.h"
#endif
#include "../contrib/poly2tri/poly2tri/poly2tri.h"
namespace Assimp
{