Fix cylinder and sphere fragment shader. Opacities are already pre-multiplied.

svn path=/trunk/KDE/kdebase/workspace/; revision=867666
icc-effect-5.14.5
Lucas Murray 2008-10-04 06:20:22 +00:00
parent 893c2c4c1d
commit 912d458110
1 changed files with 0 additions and 1 deletions

View File

@ -11,5 +11,4 @@ vec2 pix2tex(vec2 pix)
void main()
{
gl_FragColor.rgba = texture2D(winTexture, pix2tex(gl_TexCoord[0].xy)).rgba;
gl_FragColor.a *= opacity;
}