parent
b21edb1a97
commit
81e93acba4
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ void CHyprGroupBarDecoration::draw(PHLMONITOR pMonitor, float const& a) {
|
||||||
CTexPassElement::SRenderData data;
|
CTexPassElement::SRenderData data;
|
||||||
data.tex = pTitleTex->tex;
|
data.tex = pTitleTex->tex;
|
||||||
data.box = rect;
|
data.box = rect;
|
||||||
|
data.a = a;
|
||||||
g_pHyprRenderer->m_sRenderPass.add(makeShared<CTexPassElement>(data));
|
g_pHyprRenderer->m_sRenderPass.add(makeShared<CTexPassElement>(data));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue