mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:05:58 +01:00
parent
7447be8220
commit
d7514412d8
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue