From 9ecd02751820ac64add40de8233954503b8a221b Mon Sep 17 00:00:00 2001 From: In-line Date: Wed, 15 Feb 2017 04:58:09 +0400 Subject: [PATCH] Remove comment (#352) * Remove comment. --- rehlds/engine/world.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rehlds/engine/world.cpp b/rehlds/engine/world.cpp index 68479e2..0c7b848 100644 --- a/rehlds/engine/world.cpp +++ b/rehlds/engine/world.cpp @@ -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;