mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 04:50:03 +01:00
Merge f8f3788c60 into 6175ecd4c4
This commit is contained in:
commit
4140e6565d
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue