summaryrefslogtreecommitdiffstats
path: root/src/render/io/gltfparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/io/gltfparser.cpp')
-rw-r--r--src/render/io/gltfparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/io/gltfparser.cpp b/src/render/io/gltfparser.cpp
index 497506538..c78e844e7 100644
--- a/src/render/io/gltfparser.cpp
+++ b/src/render/io/gltfparser.cpp
@@ -1026,7 +1026,7 @@ void GLTFParserMesh::setData(QMeshDataPtr data)
{
Q_D(GLTFParserMesh);
d->m_meshData = data;
- QAbstractMesh::setDirty(this);
+ QAbstractMesh::update();
}
QAbstractMeshFunctorPtr GLTFParserMesh::meshFunctor() const