From 91249675dede80d59096313797e3293257cbda86 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 8 Jul 2022 09:43:55 +0200 Subject: [PATCH] fix corner artifacts --- src/helpers/Workspace.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/Workspace.hpp b/src/helpers/Workspace.hpp index dbf0e7c0..5a3a24ba 100644 --- a/src/helpers/Workspace.hpp +++ b/src/helpers/Workspace.hpp @@ -28,7 +28,7 @@ public: // for animations CAnimatedVariable m_vRenderOffset; CAnimatedVariable m_fAlpha; - bool m_bForceRendering = true; + bool m_bForceRendering = false; // "scratchpad" bool m_bIsSpecialWorkspace = false;