summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSAnimationSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSAnimationSystem.cpp')
-rw-r--r--src/runtime/Qt3DSAnimationSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/Qt3DSAnimationSystem.cpp b/src/runtime/Qt3DSAnimationSystem.cpp
index 199b7f2..b0ad2e6 100644
--- a/src/runtime/Qt3DSAnimationSystem.cpp
+++ b/src/runtime/Qt3DSAnimationSystem.cpp
@@ -213,7 +213,7 @@ struct SAnimSystem : public IAnimationSystem
theProperty = inElement.GetPropertyByIndex(*theIndex);
if (theProperty.hasValue() == false
- || theProperty->first.m_Type != Q3DStudio::ATTRIBUTETYPE_FLOAT) {
+ || theProperty->first.type() != Q3DStudio::ATTRIBUTETYPE_FLOAT) {
QT3DS_ASSERT(false);
return 0;
}