summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qmorphinganimation_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qmorphinganimation_p.h')
-rw-r--r--src/animation/frontend/qmorphinganimation_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animation/frontend/qmorphinganimation_p.h b/src/animation/frontend/qmorphinganimation_p.h
index d9a04343c..c306f3309 100644
--- a/src/animation/frontend/qmorphinganimation_p.h
+++ b/src/animation/frontend/qmorphinganimation_p.h
@@ -67,6 +67,8 @@ public:
void updateAnimation(float position);
void setTargetInterpolated(int morphTarget);
+ float m_minposition;
+ float m_maxposition;
QVector<float> m_targetPositions;
QVector<QVector<float>*> m_weights;
QVector<float> m_morphKey;