mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Correct name of EaseF param in struct EngineAPI export
This commit is contained in:
parent
03769bb79d
commit
b76a3fa508
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue