X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=vmdl.h;h=d6564a3a87dfe4afbb5d1d2eb73d1bb663d51ab8;hp=59d6acbe8c5288e16858063bd6ee5ed5464fda1c;hb=d7339f0f28ca5b35ad60a393ca270cbae1a154c6;hpb=b95752d31a7b1e224b227093f13a72d8c2b7f34b 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 );