fixes to the new blur system

This commit is contained in:
vaxerski
2022-08-01 12:23:09 +02:00
parent 070d7699a7
commit 6378990bc3
3 changed files with 26 additions and 6 deletions

View File

@@ -87,6 +87,8 @@ public:
void markBlurDirtyForMonitor(CMonitor*);
void preWindowPass();
SCurrentRenderData m_RenderData;
GLint m_iCurrentOutputFb = 0;