diff --git a/src/render/OpenGL.hpp b/src/render/OpenGL.hpp index 8d0c48aa1..855a94398 100644 --- a/src/render/OpenGL.hpp +++ b/src/render/OpenGL.hpp @@ -355,7 +355,7 @@ class CHyprOpenGLImpl { GLsizei height = 0; } m_lastViewport; - std::array m_capStatus; + std::array m_capStatus = {}; std::vector m_drmFormats; bool m_hasModifiers = false;