mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 15:44:24 +00:00
6 lines
50 B
Text
6 lines
50 B
Text
|
|
||
|
vec4 ProcessLight(vec4 color)
|
||
|
{
|
||
|
return color;
|
||
|
}
|