mirror of https://github.com/PrimeDecomp/prime.git
Fix Splelling fial
This commit is contained in:
parent
3c67858cda
commit
94922577d2
|
@ -16,12 +16,12 @@ public:
|
||||||
|
|
||||||
CPASParmInfo(CInputStream& in);
|
CPASParmInfo(CInputStream& in);
|
||||||
|
|
||||||
CPASAnimInfo::EParmType GetParamterType() const { return x0_type; }
|
CPASAnimInfo::EParmType GetParameterType() const { return x0_type; }
|
||||||
EWeightFunction GetWeightFunction() const { return x4_weightFunction; }
|
EWeightFunction GetWeightFunction() const { return x4_weightFunction; }
|
||||||
float GetWeight() const { return x8_weight; }
|
float GetWeight() const { return x8_weight; }
|
||||||
CPASAnimParm::UParmValue GetParameterMinValue() const { return xc_min; }
|
CPASAnimParm::UParmValue GetParameterMinValue() const { return xc_min; }
|
||||||
CPASAnimParm::UParmValue GetParameterMaxValue() const { return x10_max; }
|
CPASAnimParm::UParmValue GetParameterMaxValue() const { return x10_max; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
CPASAnimParm::EParmType x0_type;
|
CPASAnimParm::EParmType x0_type;
|
||||||
EWeightFunction x4_weightFunction;
|
EWeightFunction x4_weightFunction;
|
||||||
|
|
Loading…
Reference in New Issue