From 94922577d26601b3b933ba2db4ec9499e1bf867d Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 11 Jan 2023 18:47:23 -0800 Subject: [PATCH] Fix Splelling fial --- include/Kyoto/Animation/CPASParmInfo.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Kyoto/Animation/CPASParmInfo.hpp b/include/Kyoto/Animation/CPASParmInfo.hpp index 631c796b..6f24831f 100644 --- a/include/Kyoto/Animation/CPASParmInfo.hpp +++ b/include/Kyoto/Animation/CPASParmInfo.hpp @@ -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;