summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/evaluateblendclipanimatorjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/evaluateblendclipanimatorjob.cpp')
-rw-r--r--src/animation/backend/evaluateblendclipanimatorjob.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animation/backend/evaluateblendclipanimatorjob.cpp b/src/animation/backend/evaluateblendclipanimatorjob.cpp
index df4466d1c..76d24a4d3 100644
--- a/src/animation/backend/evaluateblendclipanimatorjob.cpp
+++ b/src/animation/backend/evaluateblendclipanimatorjob.cpp
@@ -86,7 +86,6 @@ void EvaluateBlendClipAnimatorJob::run()
// Iterate over the value nodes of the blend tree, evaluate the
// contained animation clips at the current phase and store the results
// in the animator indexed by node.
- // TODO: Handle clips not loaded from file
AnimationClipLoaderManager *clipLoaderManager = m_handler->animationClipLoaderManager();
for (const auto valueNodeId : valueNodeIdsToEvaluate) {
ClipBlendValue *valueNode = static_cast<ClipBlendValue *>(blendNodeManager->lookupNode(valueNodeId));