renderer: drop redundant spammy trace log
This commit is contained in:
parent
341fb4497f
commit
33e933e2a0
1 changed files with 1 additions and 3 deletions
|
|
@ -236,10 +236,8 @@ static void renderSurface(SP<CWLSurfaceResource> surface, int x, int y, void* da
|
||||||
g_pHyprOpenGL->renderTexture(TEXTURE, &windowBox, ALPHA, rounding, false, true);
|
g_pHyprOpenGL->renderTexture(TEXTURE, &windowBox, ALPHA, rounding, false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!g_pHyprRenderer->m_bBlockSurfaceFeedback) {
|
if (!g_pHyprRenderer->m_bBlockSurfaceFeedback)
|
||||||
Debug::log(TRACE, "presentFeedback for visible surface");
|
|
||||||
surface->presentFeedback(RDATA->when, RDATA->pMonitor);
|
surface->presentFeedback(RDATA->when, RDATA->pMonitor);
|
||||||
}
|
|
||||||
|
|
||||||
g_pHyprOpenGL->blend(true);
|
g_pHyprOpenGL->blend(true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue