mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
- forgot to save the shader...
This commit is contained in:
parent
6282062492
commit
9cffd5b364
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ void main()
|
|||
|
||||
if ((u_flags & RF_Brightmapping) != 0)
|
||||
{
|
||||
lightcolor = texture(s_brightmap, v_texCoord.xy).rgb;
|
||||
lightcolor += texture(s_brightmap, v_texCoord.xy).rgb;
|
||||
}
|
||||
color.rgb *= lightcolor;
|
||||
color.rgb += u_fogColor.rgb * shade;
|
||||
|
|
Loading…
Reference in a new issue