Przeglądaj źródła

Remove packed attribute from aiUVTransform

It would cause a warning when removing packed from aiVector2
Turo Lamminen 7 lat temu
rodzic
commit
276fc5f466
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/assimp/material.h

+ 1 - 1
include/assimp/material.h

@@ -491,7 +491,7 @@ struct aiUVTransform
     }
 #endif
 
-} PACK_STRUCT;
+};
 
 #include "./Compiler/poppack1.h"