Mend broken star shape fill
Was missing some array elements (but no warnings!?) h/t Shin-ichi for catching it
This commit is contained in:
parent
251259ab13
commit
be7d33fa23
1 changed files with 2 additions and 0 deletions
|
|
@ -146,6 +146,8 @@ const int shape_filled[NUM_SHAPES] = {
|
||||||
1, /* Triangle */
|
1, /* Triangle */
|
||||||
0, /* Pentagon */
|
0, /* Pentagon */
|
||||||
1, /* Pentagon */
|
1, /* Pentagon */
|
||||||
|
0, /* Hexagon */
|
||||||
|
1, /* Hexagon */
|
||||||
0, /* Heptagon */
|
0, /* Heptagon */
|
||||||
1, /* Heptagon */
|
1, /* Heptagon */
|
||||||
0, /* Octagon */
|
0, /* Octagon */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue