Fixup f7cf733
again
This commit is contained in:
parent
64067dde09
commit
8abb1965cb
1 changed files with 1 additions and 1 deletions
|
@ -1250,7 +1250,7 @@ REGISTER_MOD_PARSER(RIGHT, )
|
|||
// Add a background color.
|
||||
REGISTER_MOD_PARSER(BG, args)
|
||||
{
|
||||
std::array<int, 4> c { 0, 0, 0, SDL_ALPHA_OPAQUE };
|
||||
std::array<int, 4> c {{ 0, 0, 0, SDL_ALPHA_OPAQUE }};
|
||||
std::vector<std::string> factors = utils::split(args, ',');
|
||||
|
||||
// Doesn't use color_t::from_rgba_string since there maybe fewer than 4 arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue