2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-11 05:31:51 +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;

View File

@ -638,7 +638,7 @@ namespace IW4
XModelLodInfo lodInfo[4];
char maxLoadedLod;
unsigned char numLods;
unsigned char collLod;
char collLod;
char flags;
XModelCollSurf_s* collSurfs;
int numCollSurfs;