Tidy up
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
This commit is contained in:
parent
58dc77ad22
commit
4eea1f6dfd
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ void main()
|
|||
texel = texture2D(texture, gl_TexCoord[0].st);
|
||||
fragColor = color * texel;
|
||||
|
||||
gl_FragColor = fragColor;
|
||||
|
||||
finalColor.rgb = fog_Func(fragColor.rgb, fogType);
|
||||
gl_FragColor = finalColor;
|
||||
|
||||
|
|
Loading…
Reference in a new issue