]> git.sesse.net Git - casparcg/blobdiff - core/mixer/image/image_kernel.cpp
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
[casparcg] / 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