X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cl_particles.c;h=46802873180a5cbf8c7825c6c51d40033bcc220e;hp=43fb79f456ce98cdbc831a8e0e4d4e0f263c9ff1;hb=72febe336719285ecd4f855454d1e90f7aa99834;hpb=0b21c729f7b68ebc477c7f924771c7af8cd960e0 diff --git a/cl_particles.c b/cl_particles.c index 43fb79f4..46802873 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -2159,7 +2159,7 @@ static void R_InitParticleTexture (void) } #ifndef DUMPPARTICLEFONT - particletexture[tex_beam].texture = loadtextureimage(particletexturepool, "particles/nexbeam.tga", false, TEXF_ALPHA | TEXF_FORCELINEAR | TEXF_RGBMULTIPLYBYALPHA, true, r_texture_sRGB_skin_diffuse.integer != 0); + particletexture[tex_beam].texture = loadtextureimage(particletexturepool, "particles/nexbeam.tga", false, TEXF_ALPHA | TEXF_FORCELINEAR | TEXF_RGBMULTIPLYBYALPHA, true, vid.sRGB3D); if (!particletexture[tex_beam].texture) #endif {