]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_explosion.c
DDS with DXT1a: was not correctly detected if r_texture_dds_load_alphamod == 0 (it...
[xonotic/darkplaces.git] / r_explosion.c
index 3789d8d88b9b8e9174d4ff50eed532bc468dfe85..58f86bc83e7797fd1340937494a9538b6fbe605f 100644 (file)
@@ -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, false);
        for (surfacelistindex = 0;surfacelistindex < numsurfaces;surfacelistindex++)
        {
                const explosion_t *e = explosion + surfacelist[surfacelistindex];