summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qclipanimator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qclipanimator.cpp')
-rw-r--r--src/animation/frontend/qclipanimator.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/animation/frontend/qclipanimator.cpp b/src/animation/frontend/qclipanimator.cpp
index 79125a76e..6b503e87f 100644
--- a/src/animation/frontend/qclipanimator.cpp
+++ b/src/animation/frontend/qclipanimator.cpp
@@ -174,8 +174,9 @@ void QClipAnimator::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change)
QAnimationCallbackTriggerPtr callbackTrigger = qSharedPointerCast<Qt3DAnimation::QAnimationCallbackTrigger>(change);
if (callbackTrigger->callback())
callbackTrigger->callback()->valueChanged(callbackTrigger->value());
+ } else if (change->type() == Qt3DCore::PropertyUpdated) {
+ QAbstractClipAnimator::sceneChangeEvent(change);
}
- QAbstractClipAnimator::sceneChangeEvent(change);
}
} // namespace Qt3DAnimation