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:
gregory.hainaut 2014-02-01 10:14:01 +00:00
parent 84895eadd9
commit 6f3326a9a4
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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)
{