浏览代码

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

yuri@FreeBSD 4 月之前
父节点
当前提交
cb56793e16
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 
 // -------------------------------------------------------------------------------------