summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dm/systems/Qt3DSDMAnimation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dm/systems/Qt3DSDMAnimation.h b/src/dm/systems/Qt3DSDMAnimation.h
index 11da8dd..6890dbb 100644
--- a/src/dm/systems/Qt3DSDMAnimation.h
+++ b/src/dm/systems/Qt3DSDMAnimation.h
@@ -41,7 +41,7 @@ struct SLinearKeyframe
float m_value;
SLinearKeyframe() = default;
- SLinearKeyframe(long time, float value)
+ SLinearKeyframe(float time, float value)
: m_time(time)
, m_value(value) {}
};