Revert "Add missing trailing '}' in GLSL files"

This reverts commit ebd4a6e0dd.

Trailing '}' is added in C, also we add some extra code as needed.
This commit is contained in:
2015-02-12 19:39:10 +01:00
parent f20fa24ba1
commit 090623c6b6
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ void main()
// graphic cards, while on ATI it can cause a software fallback.
gl_ClipVertex = co;
#endif
}

View File

@@ -10,4 +10,4 @@ void main()
varposition = gl_Vertex.xyz;
varnormal = normalize(-varposition);
}