diff --git a/libraries/qml/src/qml/impl/RenderEventHandler.cpp b/libraries/qml/src/qml/impl/RenderEventHandler.cpp index c2e69d5a9b2..d11f8102a8c 100644 --- a/libraries/qml/src/qml/impl/RenderEventHandler.cpp +++ b/libraries/qml/src/qml/impl/RenderEventHandler.cpp @@ -152,8 +152,8 @@ void RenderEventHandler::qmlRender(bool sceneGraphSync) { { // Serialize QML rendering because of a crash caused by Qt bug // https://bugreports.qt.io/browse/QTBUG-77469 - static std::mutex qmlRenderMutex; - std::unique_lock qmlRenderLock{ qmlRenderMutex }; + //static std::mutex qmlRenderMutex; + //std::unique_lock qmlRenderLock{ qmlRenderMutex }; _shared->_renderControl->render(); } }