瀏覽代碼

Correct name of EaseF param in struct EngineAPI export

Lukas Joergensen 6 年之前
父節點
當前提交
b76a3fa508
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/math/mathTypes.cpp

+ 1 - 1
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,