mirror of https://github.com/PCSX2/pcsx2.git
gsdx ogl: Fog hide this typo :p
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5861 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
84895eadd9
commit
6f3326a9a4
|
@ -1572,7 +1572,7 @@ static const char* tfx_glsl =
|
|||
"}\n"
|
||||
"#endif\n"
|
||||
"\n"
|
||||
"void fog(vec4 c, float f)\n"
|
||||
"void fog(inout vec4 c, float f)\n"
|
||||
"{\n"
|
||||
" if(PS_FOG != 0)\n"
|
||||
" {\n"
|
||||
|
|
|
@ -1013,7 +1013,7 @@ void colclip(inout vec4 c)
|
|||
}
|
||||
#endif
|
||||
|
||||
void fog(vec4 c, float f)
|
||||
void fog(inout vec4 c, float f)
|
||||
{
|
||||
if(PS_FOG != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue