1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Remove obsolete comment in GLSLCombiner.cpp

This commit is contained in:
Sergey Lipskiy 2015-04-18 14:29:47 +06:00
parent f0eb742c64
commit ab8318f251

View File

@ -341,7 +341,7 @@ const char *ColorInput[] = {
"vec3(uPrimColor.a)",
"vec3(vec_color.a)",
"vec3(uEnvColor.a)",
"vec3(lod_frac)", // TODO: emulate lod_fraction
"vec3(lod_frac)",
"vec3(uPrimLod)",
"vec3(0.5 + 0.5*snoise())",
"vec3(uK4)",