diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index eb26cc9..23544cf 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -1509,6 +1509,7 @@ paint_all() return; } + bool bWasFirstFrame = g_bFirstFrame; g_bFirstFrame = false; bool bDoComposite = true; @@ -1531,7 +1532,7 @@ paint_all() const bool bOverrideCompositeHack = false; #endif - if ( BIsNested() == false && alwaysComposite == false && bCapture == false && bOverrideCompositeHack == false ) + if ( BIsNested() == false && alwaysComposite == false && bCapture == false && bOverrideCompositeHack == false && bWasFirstFrame == false ) { int ret = drm_prepare( &g_DRM, &composite, &pipeline ); if ( ret == 0 )