diff --git a/src/render/OpenGL.cpp b/src/render/OpenGL.cpp index c5ba69a15..66bdfa7a9 100644 --- a/src/render/OpenGL.cpp +++ b/src/render/OpenGL.cpp @@ -1848,7 +1848,7 @@ CFramebuffer* CHyprOpenGLImpl::blurFramebufferWithDamage(float a, CRegion* origi static auto PBLURVIBRANCY = CConfigValue("decoration:blur:vibrancy"); static auto PBLURVIBRANCYDARKNESS = CConfigValue("decoration:blur:vibrancy_darkness"); - const auto BLUR_PASSES = std::clamp(*PBLURPASSES, sc(1), sc(8)); + const auto BLUR_PASSES = std::clamp(*PBLURPASSES, sc(1), sc(8)); // prep damage CRegion damage{*originalDamage};