revert bad changes

This commit is contained in:
milek7
2018-10-18 21:18:52 +02:00
parent 48d5a2f591
commit 6cf93f5a6d
2 changed files with 9 additions and 9 deletions

View File

@@ -7,6 +7,6 @@ out vec2 f_coord;
void main()
{
gl_Position = (projection * modelview) * vec4(v_vert * param[1].x, 1.0f);
gl_Position = (projection * modelview) * vec4(v_vert, 1.0f);
f_coord = v_coord;
}