Bläddra i källkod

Remove packed attribute from aiUVTransform

It would cause a warning when removing packed from aiVector2
Turo Lamminen 7 år sedan
förälder
incheckning
276fc5f466
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      include/assimp/material.h

+ 1 - 1
include/assimp/material.h

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