mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 16:05:58 +01:00
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);
|
||||
}
|
||||
|
||||
if (!g_pHyprRenderer->m_bBlockSurfaceFeedback) {
|
||||
Debug::log(TRACE, "presentFeedback for visible surface");
|
||||
if (!g_pHyprRenderer->m_bBlockSurfaceFeedback)
|
||||
surface->presentFeedback(RDATA->when, RDATA->pMonitor);
|
||||
}
|
||||
|
||||
g_pHyprOpenGL->blend(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue