X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=vmdl.h;fp=vmdl.h;h=d6564a3a87dfe4afbb5d1d2eb73d1bb663d51ab8;hp=59d6acbe8c5288e16858063bd6ee5ed5464fda1c;hb=a53095e1511fecb8cc83c692e7ce7b23852fff16;hpb=1d2752b69b6285d5eb6436728c6cf84228a9ccde diff --git a/vmdl.h b/vmdl.h index 59d6acb..d6564a3 100644 --- a/vmdl.h +++ b/vmdl.h @@ -523,8 +523,8 @@ int mdl_from_find_files( const char *mdlname, mdl_mesh_t *ctx ) return 0; } - v3_copy( pMdl->view_bbmin, ctx->bounds[0] ); - v3_copy( pMdl->view_bbmax, ctx->bounds[1] ); + v3_copy( pMdl->hull_min, ctx->bounds[0] ); + v3_copy( pMdl->hull_max, ctx->bounds[1] ); ctx->num_indices = vtx_count_indices( pVtxHdr );