This commit is contained in:
Arkady Buryakov 2025-12-19 00:20:07 -03:00 committed by GitHub
commit 4140e6565d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,11 +62,6 @@ void CRenderPass::simplify() {
if (WILLBLUR) {
CRegion liveBlurRegion;
for (auto& el2 : m_passElements) {
// if we reach self, no problem, we can break.
// if the blur is above us, we don't care, it will work fine.
if (el2 == el)
break;
if (!el2->element->needsLiveBlur())
continue;