]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_explosion.c
Updated cl_modelindexlist command with additional model information, including model...
[xonotic/darkplaces.git] / r_explosion.c
index f73e5cc9f2664cab90d382ab5391c56a5070f46d..48ce2ef3ec4e3566f524cd74b7085d4633aaff0d 100644 (file)
@@ -188,6 +188,7 @@ static void R_DrawExplosion_TransparentCallback(const entity_render_t *ent, cons
        GL_BlendFunc(GL_SRC_ALPHA, GL_ONE);
        GL_DepthMask(false);
        GL_DepthRange(0, 1);
+       GL_PolygonOffset(r_refdef.polygonfactor, r_refdef.polygonoffset);
        GL_DepthTest(true);
        GL_CullFace(GL_FRONT); // quake is backwards, this culls back faces
        R_Mesh_Matrix(&identitymatrix);