diff --git a/Runtime/GuiSys/CSaveableState.hpp b/Runtime/GuiSys/CSaveableState.hpp index 6be5b09e1..ca6168828 100644 --- a/Runtime/GuiSys/CSaveableState.hpp +++ b/Runtime/GuiSys/CSaveableState.hpp @@ -35,10 +35,7 @@ protected: EVerticalJustification x84_vjust = EVerticalJustification::Top; public: - CSaveableState() { - x54_colors.resize(3, zeus::skBlack); - x64_colorOverrides.resize(16); - } + CSaveableState() : x54_colors(3, zeus::skBlack), x64_colorOverrides(16) {} bool IsFinishedLoading() const; };