X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=r_explosion.c;h=2a45c215b94f9780a9dfee73156fbc804014a878;hb=1b6062f6c60a2525501e1133052d87307ee02e36;hp=727f847f5b57acd51f46ed8100c277a444a51d0f;hpb=26b14b9b9f80169eca69b17aae7ca1da0c0aff7f;p=xonotic%2Fdarkplaces.git diff --git a/r_explosion.c b/r_explosion.c index 727f847f..2a45c215 100644 --- a/r_explosion.c +++ b/r_explosion.c @@ -213,7 +213,7 @@ static void R_DrawExplosion_TransparentCallback(const entity_render_t *ent, cons R_EntityMatrix(&identitymatrix); // R_Mesh_ResetTextureState(); - R_SetupShader_Generic(explosiontexture, NULL, GL_MODULATE, 1); + R_SetupShader_Generic(explosiontexture, NULL, GL_MODULATE, 1, false, false); for (surfacelistindex = 0;surfacelistindex < numsurfaces;surfacelistindex++) { const explosion_t *e = explosion + surfacelist[surfacelistindex];