mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-11 13:41:50 +00:00
fix: iw3/iw4 xmodels having invalid collLod
This commit is contained in:
@ -556,7 +556,7 @@ namespace IW3
|
|||||||
vec3_t mins;
|
vec3_t mins;
|
||||||
vec3_t maxs;
|
vec3_t maxs;
|
||||||
uint16_t numLods;
|
uint16_t numLods;
|
||||||
uint16_t collLod;
|
int16_t collLod;
|
||||||
XModelStreamInfo streamInfo;
|
XModelStreamInfo streamInfo;
|
||||||
int memUsage;
|
int memUsage;
|
||||||
char flags;
|
char flags;
|
||||||
|
@ -638,7 +638,7 @@ namespace IW4
|
|||||||
XModelLodInfo lodInfo[4];
|
XModelLodInfo lodInfo[4];
|
||||||
char maxLoadedLod;
|
char maxLoadedLod;
|
||||||
unsigned char numLods;
|
unsigned char numLods;
|
||||||
unsigned char collLod;
|
char collLod;
|
||||||
char flags;
|
char flags;
|
||||||
XModelCollSurf_s* collSurfs;
|
XModelCollSurf_s* collSurfs;
|
||||||
int numCollSurfs;
|
int numCollSurfs;
|
||||||
|
Reference in New Issue
Block a user