mudlord is a fucking clot/hack and needs to be shot.

Should have tested on other drivers than Nvidia Windows.
This commit is contained in:
mudlord 2016-09-07 05:56:07 +10:00
parent 2cd568cdaa
commit f3a0d8518e

View File

@ -36,7 +36,7 @@ static const char *stock_vertex_xmb_modern = GLSL(
{
vec3 pos = VertexCoord;
pos.y = height( pos );
gl_Position = vec4(pos, 0.0, 1.0);
gl_Position = vec4(pos, 1.0);
fragVertexEc =pos;
}
);