mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-02 00:53:16 +00:00
6 lines
69 B
Text
6 lines
69 B
Text
|
|
||
|
vec4 ProcessLight(Material material, vec4 color)
|
||
|
{
|
||
|
return color;
|
||
|
}
|