]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rsurf.c
cleaned up Key_Event, this changed toggleconsole bind behavior (it now only works...
[xonotic/darkplaces.git] / 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);