Explorar o código

add missing define in config.h.in

Kim Kulling %!s(int64=6) %!d(string=hai) anos
pai
achega
eb1a2586c3
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      include/assimp/config.h.in

+ 5 - 1
include/assimp/config.h.in

@@ -657,7 +657,11 @@ enum aiComponent
 */
 */
 #define AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING \
 #define AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING \
 	"AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING"
 	"AI_CONFIG_IMPORT_FBX_EMBEDDED_TEXTURES_LEGACY_NAMING"
-	
+
+// ---------------------------------------------------------------------------
+#define AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES \
+    "AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES"
+
 // ---------------------------------------------------------------------------
 // ---------------------------------------------------------------------------
 /** @brief  Set the vertex animation keyframe to be imported
 /** @brief  Set the vertex animation keyframe to be imported
  *
  *