clear with 17

This commit is contained in:
vaxerski
2022-07-10 11:45:50 +02:00
parent 6f7377f381
commit 06c0be5ea6
2 changed files with 1 additions and 3 deletions

View File

@@ -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));
}
}