Build viewer/editor #13
1 changed files with 2 additions and 2 deletions
|
@ -169,13 +169,13 @@ class Mass {
|
||||||
|
|
||||||
Color4 eyeFlare{0.0f};
|
Color4 eyeFlare{0.0f};
|
||||||
|
|
||||||
Containers::StaticArray<16, CustomStyle> frameCustomStyles;
|
Containers::StaticArray<16, CustomStyle> customStyles;
|
||||||
} _frame;
|
} _frame;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
Containers::StaticArray<38, Armour> parts;
|
Containers::StaticArray<38, Armour> parts;
|
||||||
|
|
||||||
Containers::StaticArray<16, CustomStyle> armourCustomStyles;
|
Containers::StaticArray<16, CustomStyle> customStyles;
|
||||||
} _armour;
|
} _armour;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Reference in a new issue