fix corner artifacts

This commit is contained in:
vaxerski 2022-07-08 09:43:55 +02:00
parent 46306e59eb
commit 91249675de

View file

@ -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;