summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/blendedclipanimator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/blendedclipanimator_p.h')
-rw-r--r--src/animation/backend/blendedclipanimator_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animation/backend/blendedclipanimator_p.h b/src/animation/backend/blendedclipanimator_p.h
index 4421cb43a..df2c41b7c 100644
--- a/src/animation/backend/blendedclipanimator_p.h
+++ b/src/animation/backend/blendedclipanimator_p.h
@@ -91,6 +91,8 @@ public:
void sendPropertyChanges(const QVector<Qt3DCore::QSceneChangePtr> &changes);
+ void animationClipMarkedDirty() { setDirty(Handler::BlendedClipAnimatorDirty); }
+
private:
void initializeFromPeer(const Qt3DCore::QNodeCreatedChangeBasePtr &change) Q_DECL_FINAL;
Qt3DCore::QNodeId m_blendTreeRootId;