CPASParmInfo: Make data members private

These aren't used outside of the class, we only need to make
EWeightFunction public.
This commit is contained in:
Lioncash 2020-02-28 04:40:08 -05:00
parent d79b9d925e
commit 718d8d5d6f
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class CPASParmInfo {
public:
enum class EWeightFunction { ExactMatch, PercentError, AngularPercent, NoWeight };
private:
CPASAnimParm::EParmType x0_type;
EWeightFunction x4_weightFunction;
float x8_weight;