]> git.sesse.net Git - movit/blob - footer.frag
Radius calculation in the blur was about 10% off. Probably impossible to notice,...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }