summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qpropertyupdatedchangebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qpropertyupdatedchangebase.cpp')
-rw-r--r--src/core/changes/qpropertyupdatedchangebase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/changes/qpropertyupdatedchangebase.cpp b/src/core/changes/qpropertyupdatedchangebase.cpp
index d33c737e5..5d79b9049 100644
--- a/src/core/changes/qpropertyupdatedchangebase.cpp
+++ b/src/core/changes/qpropertyupdatedchangebase.cpp
@@ -46,7 +46,7 @@ namespace Qt3DCore {
QPropertyUpdatedChangeBasePrivate::QPropertyUpdatedChangeBasePrivate()
: QSceneChangePrivate()
- , m_isFinal(false)
+ , m_isIntermediate(false)
{
}