Fix a merge error of mine.

This commit is contained in:
Shpoike 2020-02-29 02:13:06 +00:00
parent 1cda0611c8
commit 475584d631

View file

@ -847,7 +847,7 @@ void GLWorld_CreateShaders (void)
"{\n"
" tc_tex = TexCoords;\n"
" tc_lm = LMCoords;\n"
" gl_Position = gl_ModelViewProjectionMatrix * vec4(Vert, 1.0);\n"
" gl_Position = gl_ModelViewProjectionMatrix * Vert;\n"
" FogFragCoord = gl_Position.w;\n"
"}\n";