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
Notes: blender-bot 2023-02-14 08:10:06 +01:00
Referenced by commit 090623c6b6, Revert "Add missing trailing '}' in GLSL files"
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);
}