2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-01 01:25:38 +03:00

Remove comment (#352)

* Remove comment.
This commit is contained in:
In-line 2017-02-15 04:58:09 +04:00 committed by Lev
parent 6e5a4eb010
commit 9ecd027518

View File

@ -181,7 +181,6 @@ struct hull_s *SV_HullForBsp(edict_t *ent, const vec_t *mins, const vec_t *maxs,
else
hull = &model->hulls[3];
}
// TODO: add cvar for this?
#ifdef REHLDS_FIXES
if (sv_rehlds_hull_centering.value && mins[0] + maxs[0] == 0.0f)
offset[0] = 0.0f;