Add missing trailing '}' in GLSL files

This commit is contained in:
Campbell Barton
2015-02-13 05:12:15 +11:00
parent 5e613198e5
commit ebd4a6e0dd
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);
}