mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- added braces as per XCode's suggestion.
This commit is contained in:
parent
1dc11c5032
commit
d1ca3ef994
1 changed files with 3 additions and 3 deletions
|
@ -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}}
|
||||
} };
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Reference in a new issue