diff --git a/src/Mass/Mass.h b/src/Mass/Mass.h index e042d8f..916e1ea 100644 --- a/src/Mass/Mass.h +++ b/src/Mass/Mass.h @@ -169,13 +169,13 @@ class Mass { Color4 eyeFlare{0.0f}; - Containers::StaticArray<16, CustomStyle> frameCustomStyles; + Containers::StaticArray<16, CustomStyle> customStyles; } _frame; struct { Containers::StaticArray<38, Armour> parts; - Containers::StaticArray<16, CustomStyle> armourCustomStyles; + Containers::StaticArray<16, CustomStyle> customStyles; } _armour; struct {