vk client Mod_PointInLeaf sig mismatch.

6cb2981c9c
This commit is contained in:
Denis Pauk 2021-11-04 23:04:58 +02:00
parent 5bae9145f4
commit c66e827e70
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ typedef struct model_s
//============================================================================ //============================================================================
void Mod_Init (void); void Mod_Init (void);
mleaf_t *Mod_PointInLeaf (float *p, model_t *model); mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model);
const byte *Mod_ClusterPVS (int cluster, const model_t *model); const byte *Mod_ClusterPVS (int cluster, const model_t *model);
void Mod_Modellist_f (void); void Mod_Modellist_f (void);