diff --git a/effects/blur/blur.cpp b/effects/blur/blur.cpp index fd9d8a201b..33511d30aa 100644 --- a/effects/blur/blur.cpp +++ b/effects/blur/blur.cpp @@ -333,7 +333,7 @@ bool BlurEffect::enabledByDefault() bool BlurEffect::supported() { - bool supported = effects->isOpenGLCompositing() && GLRenderTarget::supported(); + bool supported = effects->isOpenGLCompositing() && GLRenderTarget::supported() && GLRenderTarget::blitSupported(); if (supported) { int maxTexSize;