summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/buildblendtreesjob.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-04-07 16:40:55 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-04-12 18:37:29 +0000
commit7fccf4f96efab3daaeef7fceceaeea776b50ff0a (patch)
treea33eb9fd85f7d32b298d157522c5f02bf72e3bec /src/animation/backend/buildblendtreesjob.cpp
parent90667286d9ab851f6735fc53dd7aaa3881167b3d (diff)
Rename AnimationClipLoader to AnimationClip
It handles both loadign from file and from data constructed using the public API. Change-Id: Ic9e71dc60c36869548323312f7129df6c9edd763 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src/animation/backend/buildblendtreesjob.cpp')
-rw-r--r--src/animation/backend/buildblendtreesjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/backend/buildblendtreesjob.cpp b/src/animation/backend/buildblendtreesjob.cpp
index d2fd5c03e..ac95808bc 100644
--- a/src/animation/backend/buildblendtreesjob.cpp
+++ b/src/animation/backend/buildblendtreesjob.cpp
@@ -95,7 +95,7 @@ void BuildBlendTreesJob::run()
Q_ASSERT(valueNode);
const Qt3DCore::QNodeId clipId = valueNode->clipId();
- const AnimationClipLoader *clip = m_handler->animationClipLoaderManager()->lookupResource(clipId);
+ const AnimationClip *clip = m_handler->animationClipLoaderManager()->lookupResource(clipId);
Q_ASSERT(clip);
const ComponentIndices formatIndices