X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=r_explosion.c;h=2a45c215b94f9780a9dfee73156fbc804014a878;hb=0137e106705b25124f9bb314f87454109e9d877b;hp=3789d8d88b9b8e9174d4ff50eed532bc468dfe85;hpb=5bc48d9464fea386c50754dac15fcf0d2c3ad200;p=xonotic%2Fdarkplaces.git diff --git a/r_explosion.c b/r_explosion.c index 3789d8d8..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, false); + R_SetupShader_Generic(explosiontexture, NULL, GL_MODULATE, 1, false, false); for (surfacelistindex = 0;surfacelistindex < numsurfaces;surfacelistindex++) { const explosion_t *e = explosion + surfacelist[surfacelistindex];