From 28ec519a940cecc1345667418ffac2166ae55424 Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 14 May 2005 05:25:25 +0000 Subject: [PATCH] fixed r_drawcollisionbrushes 2 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5295 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_rsurf.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2