clear with 17
This commit is contained in:
parent
6f7377f381
commit
06c0be5ea6
2 changed files with 1 additions and 3 deletions
|
|
@ -977,8 +977,6 @@ void CHyprOpenGLImpl::clearWithTex() {
|
|||
if (!*PRENDERTEX) {
|
||||
wlr_box box = {0, 0, m_RenderData.pMonitor->vecTransformedSize.x, m_RenderData.pMonitor->vecTransformedSize.y};
|
||||
renderTexture(m_mMonitorBGTextures[m_RenderData.pMonitor], &box, 255, 0);
|
||||
} else {
|
||||
clear(CColor(17,17,17,255));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue