- added braces as per XCode's suggestion.

This commit is contained in:
Christoph Oelckers 2019-01-28 15:20:02 +01:00
parent 1dc11c5032
commit d1ca3ef994
1 changed files with 3 additions and 3 deletions

View File

@ -809,9 +809,9 @@ static TArray<mline_t> CheatKey;
static TArray<mline_t> EasyKey;
static std::array<mline_t, 3> thintriangle_guy = { {
{-.5,-.7, 1,0},
{1,0, -.5,.7},
{-.5,.7, -.5,-.7}
{{-.5,-.7}, {1,0}},
{{1,0}, {-.5,.7}},
{{-.5,.7}, {-.5,-.7}}
} };
//=============================================================================