]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fixed r_drawcollisionbrushes 2
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 May 2005 05:25:25 +0000 (05:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 May 2005 05:25:25 +0000 (05:25 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5295 d7cf8633-e32d-0410-b094-e92efae38249

gl_rsurf.c

index f739601c0f88b5763bc1a47dfa5b76eb4eb532af..d72dcbab094c3d13bba9d89ab3505230d28cf9ca 100644 (file)
@@ -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);