]> git.sesse.net Git - movit/blob - footer.frag
Fix a tiny leak (that would cause an assertion failure on exit).
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }