diff options
author | bobo1on1 <bobo1on1@svn> | 2010-01-12 23:56:04 +0000 |
---|---|---|
committer | bobo1on1 <bobo1on1@svn> | 2010-01-12 23:56:04 +0000 |
commit | 4bf44f1a281b8a9663d7905fd0bb544a3dd02054 (patch) | |
tree | 8281b9c2470ac217b12f53b3ccecf96ffa68e961 /system/shaders | |
parent | b2d71839adeeb1694f0c0b8d22fe22c488e45f47 (diff) |
fixed: compile (again sort of)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26738 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system/shaders')
-rw-r--r-- | system/shaders/bicubic.glsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/shaders/bicubic.glsl b/system/shaders/bicubic.glsl index d5f499d867..be96245497 100644 --- a/system/shaders/bicubic.glsl +++ b/system/shaders/bicubic.glsl @@ -43,4 +43,5 @@ void main() gl_FragColor = cubicFilter(f.y, t0, t1, t2, t3); gl_FragColor.a = gl_Color.a; -}; +} + |