diff --git a/libs/gfx/source/effect/blur.cpp b/libs/gfx/source/effect/blur.cpp index 2d00238a..1db0065c 100644 --- a/libs/gfx/source/effect/blur.cpp +++ b/libs/gfx/source/effect/blur.cpp @@ -127,6 +127,7 @@ void main() { gl::Disable(gl::DEPTH_TEST); gl::Disable(gl::CULL_FACE); + gl::Disable(gl::BLEND); dst.bind(); gl::ActiveTexture(gl::TEXTURE0);