From b76a3fa50872aa6eb6cbba0838912f41755240f9 Mon Sep 17 00:00:00 2001 From: Lukas Joergensen Date: Sat, 3 Aug 2019 17:50:53 +0200 Subject: [PATCH] Correct name of EaseF param in struct EngineAPI export --- Engine/source/math/mathTypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/math/mathTypes.cpp b/Engine/source/math/mathTypes.cpp index 9cdd1cb4e..ba8c49dca 100644 --- a/Engine/source/math/mathTypes.cpp +++ b/Engine/source/math/mathTypes.cpp @@ -139,7 +139,7 @@ IMPLEMENT_STRUCT( EaseF, FIELD(mDir, dir, 1, "inout, in, out") FIELD(mType, type, 1, "linear, etc...") - FIELD_AS(F32, mParam, type, 2, "optional params") + FIELD_AS(F32, mParam, param, 2, "optional params") END_IMPLEMENT_STRUCT; IMPLEMENT_STRUCT(RotationF,