summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-05-09 13:49:09 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-05-09 13:49:09 +0200
commit66feeb8de70291786499b3008ab8fded4043172a (patch)
tree4c2029d9f51b2471c7c8dc0c3be9311640831595 /src/plugins
parent7eb41022f19a57505c8eef3497ad6710fc92bd7d (diff)
parent15e863517ea37ca7ba6bcb75b078272eddbc5d37 (diff)
Merge remote-tracking branch 'origin/5.11.0' into 5.11
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/sceneparsers/gltf/gltfimporter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/sceneparsers/gltf/gltfimporter.cpp b/src/plugins/sceneparsers/gltf/gltfimporter.cpp
index 9b8057334..333a6b55b 100644
--- a/src/plugins/sceneparsers/gltf/gltfimporter.cpp
+++ b/src/plugins/sceneparsers/gltf/gltfimporter.cpp
@@ -1549,6 +1549,7 @@ void GLTFImporter::processJSONTexture(const QString &id, const QJsonObject &json
}
QTextureImage *texImage = new QTextureImage(tex);
+ texImage->setMirrored(false);
texImage->setSource(QUrl::fromLocalFile(imagIt.value()));
tex->addTextureImage(texImage);