Browse Source

Blender-Loader: fix issue https://github.com/assimp/assimp/issues/131.

Kim Kulling 10 năm trước cách đây
mục cha
commit
88746af2e6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      code/BlenderScene.h

+ 1 - 1
code/BlenderScene.h

@@ -103,7 +103,7 @@ struct Image;
 // -------------------------------------------------------------------------------
 struct ID : ElemBase {
 
-    char name[24] WARN;
+    char name[1024] WARN;
     short flag;
 };