mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
shadow: fix build
This commit is contained in:
parent
9b54840e12
commit
81ec54c0e8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ void CShadowable::markShadowDirty() {
|
|||
|
||||
bool CShadowable::draw(const IWidget::SRenderData& data) {
|
||||
if (passes == 0)
|
||||
return;
|
||||
return true;
|
||||
|
||||
if (!shadowFB.isAllocated() || ignoreDraw)
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue