mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Initialize blendIndexesType and blendWeightsType
This commit is contained in:
parent
f55bb272b6
commit
611d913443
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,8 @@ qboolean R_LoadIQM( model_t *mod, void *buffer, int filesize, const char *mod_na
|
||||||
return qfalse;
|
return qfalse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blendIndexesType = blendWeightsType = IQM_UBYTE;
|
||||||
|
|
||||||
// check and swap vertex arrays
|
// check and swap vertex arrays
|
||||||
if( IQM_CheckRange( header, header->ofs_vertexarrays,
|
if( IQM_CheckRange( header, header->ofs_vertexarrays,
|
||||||
header->num_vertexarrays,
|
header->num_vertexarrays,
|
||||||
|
|
Loading…
Reference in a new issue