Fix Splelling fial

Former-commit-id: 94922577d2
This commit is contained in:
Phillip Stephens 2023-01-11 18:47:23 -08:00
parent 561ef0602a
commit 61bd16d0c7
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@ public:
CPASParmInfo(CInputStream& in);
CPASAnimInfo::EParmType GetParamterType() const { return x0_type; }
CPASAnimInfo::EParmType GetParameterType() const { return x0_type; }
EWeightFunction GetWeightFunction() const { return x4_weightFunction; }
float GetWeight() const { return x8_weight; }
CPASAnimParm::UParmValue GetParameterMinValue() const { return xc_min; }
CPASAnimParm::UParmValue GetParameterMaxValue() const { return x10_max; }
private:
CPASAnimParm::EParmType x0_type;
EWeightFunction x4_weightFunction;