mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
2D must consider brightmaps.
This commit is contained in:
parent
fc0d673935
commit
286846a8ec
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ void main()
|
|||
|
||||
case 4: // simple 2D (reuses a uniform for the special colormap for the color overlay.)
|
||||
{
|
||||
frag = frag * vColor;
|
||||
frag = frag * ProcessLight(vColor);
|
||||
frag.rgb = frag.rgb + uFixedColormapStart.rgb;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue