]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_explosion.c
Remove FS_FIX_PATHS again and disable model rendering in the menu until someone can...
[xonotic/darkplaces.git] / r_explosion.c
index 410fa67a14b26cfb2dca65d9802bcb316108652c..404a58af986ff89e76b91b59c3f5bd20969b0704 100644 (file)
@@ -197,6 +197,7 @@ static void R_DrawExplosion_TransparentCallback(const entity_render_t *ent, cons
        GL_CullFace(r_refdef.view.cullface_back);
        R_Mesh_Matrix(&identitymatrix);
 
+       R_SetupGenericShader(true);
        R_Mesh_ColorPointer(NULL, 0, 0);
        memset(&m, 0, sizeof(m));
        m.tex[0] = R_GetTexture(explosiontexture);