From 89e39a7677ceb5f098425bb1b2cebdf8b135196b Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 11 Jan 2023 18:51:14 -0800 Subject: [PATCH] I'm an idiot --- include/Kyoto/Animation/CPASParmInfo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }