2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-10 18:51:49 +00:00

fix: iw3/iw4 xmodels having invalid collLod

This commit is contained in:
Jan Laupetin
2025-07-10 17:57:48 +01:00
parent 08bcd02b24
commit 4b5cea3180
2 changed files with 2 additions and 2 deletions

View File

@@ -556,7 +556,7 @@ namespace IW3
vec3_t mins;
vec3_t maxs;
uint16_t numLods;
uint16_t collLod;
int16_t collLod;
XModelStreamInfo streamInfo;
int memUsage;
char flags;