2
0
Эх сурвалжийг харах

Remove packed attribute from aiUVTransform

It would cause a warning when removing packed from aiVector2
Turo Lamminen 7 жил өмнө
parent
commit
276fc5f466

+ 1 - 1
include/assimp/material.h

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