mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-06 03:55:32 +03:00
parent
6e5a4eb010
commit
9ecd027518
@ -181,7 +181,6 @@ struct hull_s *SV_HullForBsp(edict_t *ent, const vec_t *mins, const vec_t *maxs,
|
|||||||
else
|
else
|
||||||
hull = &model->hulls[3];
|
hull = &model->hulls[3];
|
||||||
}
|
}
|
||||||
// TODO: add cvar for this?
|
|
||||||
#ifdef REHLDS_FIXES
|
#ifdef REHLDS_FIXES
|
||||||
if (sv_rehlds_hull_centering.value && mins[0] + maxs[0] == 0.0f)
|
if (sv_rehlds_hull_centering.value && mins[0] + maxs[0] == 0.0f)
|
||||||
offset[0] = 0.0f;
|
offset[0] = 0.0f;
|
||||||
|
Loading…
Reference in New Issue
Block a user