X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=r_explosion.c;h=9f5888dc20323b2020c175d09a9b05da6e44a546;hb=a255e13ec710fbfbf541ef09b2195253dea80658;hp=48ce2ef3ec4e3566f524cd74b7085d4633aaff0d;hpb=b5d57c87b4695ebb86b7f7c23e6e9cd247010cc8;p=xonotic%2Fdarkplaces.git diff --git a/r_explosion.c b/r_explosion.c index 48ce2ef3..9f5888dc 100644 --- a/r_explosion.c +++ b/r_explosion.c @@ -190,7 +190,7 @@ static void R_DrawExplosion_TransparentCallback(const entity_render_t *ent, cons 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 + GL_CullFace(r_view.cullface_back); R_Mesh_Matrix(&identitymatrix); R_Mesh_ColorPointer(NULL, 0, 0);