diff --git a/src/client/refresh/gl3/gl3_shaders.c b/src/client/refresh/gl3/gl3_shaders.c index cfbb1d57..d868b255 100644 --- a/src/client/refresh/gl3/gl3_shaders.c +++ b/src/client/refresh/gl3/gl3_shaders.c @@ -335,7 +335,7 @@ static const char* vertexSrc3Dflow = MULTILINE_STRING( void main() { - passTexCoord = texCoord + vec2(0, scroll); + passTexCoord = texCoord + vec2(scroll, 0); gl_Position = transProj * transView * transModel * vec4(position, 1.0); } );