From b5b5b3b38c0c420b3bdb58df8b5b3dddd6d6e71d Mon Sep 17 00:00:00 2001 From: William JCM Date: Sat, 2 Oct 2021 14:51:39 +0200 Subject: [PATCH] Mass: rename some members. --- src/Mass/Mass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {