engine: fix a typo

This commit is contained in:
Alibek Omarov 2025-02-11 20:06:15 +03:00
parent 39659644bf
commit 64ee956618

View file

@ -723,7 +723,7 @@ void Mod_StudioComputeBounds( void *buffer, vec3_t mins, vec3_t maxs, qboolean i
{
for( k = 0; k < pseqdesc->numframes; k++ )
{
R_StudioCalcBones( k, 0, &pbones[i], panim, NULL, pos, NULL );
R_StudioCalcBones( k, 0, &pbones[j], panim, NULL, pos, NULL );
Mod_StudioBoundVertex( vert_mins, vert_maxs, &bone_count, pos );
}
}