mirror of https://github.com/AxioDL/metaforce.git
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:
parent
d79b9d925e
commit
718d8d5d6f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue