Ver código fonte

fix: Fix build on armv6/armv7 (#6123)

yuri@FreeBSD 3 meses atrás
pai
commit
cb56793e16
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      code/AssetLib/MDL/MDLFileData.h

+ 1 - 1
code/AssetLib/MDL/MDLFileData.h

@@ -602,7 +602,7 @@ struct Vertex_MDL7
     union {
         uint8_t norm162index;
         float norm[3];
-    };
+    } PACK_STRUCT;
 } PACK_STRUCT;
 
 // -------------------------------------------------------------------------------------