X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=r_explosion.c;h=3789d8d88b9b8e9174d4ff50eed532bc468dfe85;hb=5070a71b37b3dde085b45ff86fd36c5bb274a039;hp=727f847f5b57acd51f46ed8100c277a444a51d0f;hpb=26b14b9b9f80169eca69b17aae7ca1da0c0aff7f;p=xonotic%2Fdarkplaces.git diff --git a/r_explosion.c b/r_explosion.c index 727f847f..3789d8d8 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); for (surfacelistindex = 0;surfacelistindex < numsurfaces;surfacelistindex++) { const explosion_t *e = explosion + surfacelist[surfacelistindex];