mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-03 12:35:51 +00:00
Merge pull request #245 from lioncash/drawstring
CDrawStringOptions: Resize vector within constructor
This commit is contained in:
commit
b13a6b491b
@ -18,7 +18,7 @@ class CDrawStringOptions {
|
||||
std::vector<CTextColor> x4_colors;
|
||||
|
||||
public:
|
||||
CDrawStringOptions() { x4_colors.resize(16); }
|
||||
CDrawStringOptions() : x4_colors(16) {}
|
||||
};
|
||||
|
||||
} // namespace urde
|
||||
|
Loading…
x
Reference in New Issue
Block a user