Update mesh.h

Fixing ngon encoding flag value
pull/3695/head
Clement JACOB 2021-03-30 20:24:03 +02:00 committed by GitHub
parent fc2c12ad6a
commit 5d09105a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ enum aiPrimitiveType {
* @see aiProcess_Triangulate
* @link https://github.com/KhronosGroup/glTF/pull/1620
*/
aiPrimitiveType_NGONEncodingFlag = 0x16,
aiPrimitiveType_NGONEncodingFlag = 0x10,
/** This value is not used. It is just here to force the
* compiler to map this enum to a 32 Bit integer.