aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/openvg
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/openvg')
-rw-r--r--src/plugins/scenegraph/openvg/qsgopenvgrenderloop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/openvg/qsgopenvgrenderloop.cpp b/src/plugins/scenegraph/openvg/qsgopenvgrenderloop.cpp
index f7aa704095..d31156f0eb 100644
--- a/src/plugins/scenegraph/openvg/qsgopenvgrenderloop.cpp
+++ b/src/plugins/scenegraph/openvg/qsgopenvgrenderloop.cpp
@@ -205,6 +205,7 @@ void QSGOpenVGRenderLoop::renderWindow(QQuickWindow *window)
emit window->afterAnimating();
cd->syncSceneGraph();
+ rc->endSync();
if (profileFrames)
syncTime = renderTimer.nsecsElapsed();