From: havoc Date: Thu, 18 Feb 2010 00:20:36 +0000 (+0000) Subject: don't check mod_collision_bih in r_showcollisionbrushes because the old X-Git-Tag: xonotic-v0.1.0preview~230^2~498 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1844b8202f22125f8fd064dc4161274149c43199;p=xonotic%2Fdarkplaces.git don't check mod_collision_bih in r_showcollisionbrushes because the old code path was removed git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9971 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_rmain.c b/gl_rmain.c index a3b5b241..3635f19f 100644 --- a/gl_rmain.c +++ b/gl_rmain.c @@ -12128,7 +12128,7 @@ void R_DrawDebugModel(void) GL_DepthMask(false); GL_BlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); - if (r_showcollisionbrushes.value > 0 && model->collision_bih.numleafs && mod_collision_bih.integer) + if (r_showcollisionbrushes.value > 0 && model->collision_bih.numleafs) { int triangleindex; int bihleafindex;