]> git.sesse.net Git - casparcg/commitdiff
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
authorRonag <Ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 15 Aug 2011 06:24:13 +0000 (06:24 +0000)
committerRonag <Ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 15 Aug 2011 06:24:13 +0000 (06:24 +0000)
core/mixer/image/image_kernel.cpp

index 9b02af29f9ed0c245c9a67f3a38e76c9021577b7..1e3722762e385e471b99fb1e44721e1da729b070 100644 (file)
@@ -207,7 +207,7 @@ struct image_kernel::implementation : boost::noncopyable
                item.textures.clear();\r
                ogl.yield(); // Return resources to pool as early as possible.\r
 \r
-               if(!blend_modes_)\r
+               if(blend_modes_)\r
                {\r
                        // http://www.opengl.org/registry/specs/NV/texture_barrier.txt\r
                        // This allows us to use framebuffer (background) both as source and target while blending.\r