mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-19 05:53:48 -07:00
@@ -329,6 +329,9 @@ void CHyprOpenGLImpl::end() {
|
|||||||
m_RenderData.mouseZoomFactor = 1.f;
|
m_RenderData.mouseZoomFactor = 1.f;
|
||||||
m_RenderData.mouseZoomUseMouse = true;
|
m_RenderData.mouseZoomUseMouse = true;
|
||||||
m_RenderData.forceIntrospection = false;
|
m_RenderData.forceIntrospection = false;
|
||||||
|
m_RenderData.currentFB = nullptr;
|
||||||
|
m_RenderData.mainFB = nullptr;
|
||||||
|
m_RenderData.outFB = nullptr;
|
||||||
|
|
||||||
// check for gl errors
|
// check for gl errors
|
||||||
const GLenum ERR = glGetError();
|
const GLenum ERR = glGetError();
|
||||||
|
Reference in New Issue
Block a user