diff --git a/src/main.cpp b/src/main.cpp index 9838f0a..27776db 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,7 +48,7 @@ class CBindOwnFramebufferPassElement final: public IPassElement { m_pFramebuffer->bind(); g_pHyprOpenGL->m_renderData.currentFB = m_pFramebuffer; - GLCALL(glClearColor(1, 0, 0, 0)); + GLCALL(glClearColor(0, 0, 0, 0)); GLCALL(glClear(GL_COLOR_BUFFER_BIT)); }