Browse Source

add missing define in config.h.in

Kim Kulling 6 years ago
parent
commit
eb1a2586c3
1 changed files with 5 additions and 1 deletions
  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 \
 	"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
  *