From: havoc Date: Sat, 14 May 2005 05:25:25 +0000 (+0000) Subject: fixed r_drawcollisionbrushes 2 X-Git-Tag: xonotic-v0.1.0preview~4886 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=28ec519a940cecc1345667418ffac2166ae55424;p=xonotic%2Fdarkplaces.git fixed r_drawcollisionbrushes 2 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5295 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_rsurf.c b/gl_rsurf.c index f739601c..d72dcbab 100644 --- a/gl_rsurf.c +++ b/gl_rsurf.c @@ -489,6 +489,7 @@ void R_Q1BSP_Draw(entity_render_t *ent) model_t *model = ent->model; msurface_t *surface; q3mbrush_t *brush; + R_Mesh_Matrix(&ent->matrix); GL_BlendFunc(GL_SRC_ALPHA, GL_ONE); GL_DepthMask(false); GL_DepthTest(true);