X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbloom.cpp;h=b9e626989e1e585def0f45395cf6e5ff7ac1f016;hb=e17243fb2421977cb781361828b77718e2cf8d48;hp=8a3bf3b295923f425c2d0fec68d5ffad90a55e15;hpb=119d9819ac9e9a8d274d2410beffe54e470485a3;p=libs%2Fgl.git diff --git a/source/bloom.cpp b/source/bloom.cpp index 8a3bf3b2..b9e62698 100644 --- a/source/bloom.cpp +++ b/source/bloom.cpp @@ -51,7 +51,7 @@ static const char combine_fs[]= "varying vec2 texcoord;\n" "void main()\n" "{\n" - " gl_FragColor=mix(texture2D(source, texcoord), texture2D(blurred, texcoord), strength);" + " gl_FragColor=mix(texture2D(source, texcoord), texture2D(blurred, texcoord), strength);\n" "}"; }