diff --git a/include/Kyoto/Animation/CPASParmInfo.hpp b/include/Kyoto/Animation/CPASParmInfo.hpp index 6f24831f..4d10268d 100644 --- a/include/Kyoto/Animation/CPASParmInfo.hpp +++ b/include/Kyoto/Animation/CPASParmInfo.hpp @@ -16,7 +16,7 @@ public: CPASParmInfo(CInputStream& in); - CPASAnimInfo::EParmType GetParameterType() const { return x0_type; } + CPASAnimParm::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; }