We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rows
1 parent 643cfbe commit f2fd732Copy full SHA for f2fd732
libs/patterns/constructors.c
@@ -17,7 +17,7 @@ void newGliderPattern(TPattern* pattern) {
17
}
18
19
void newGliderCannonPattern(TPattern* pattern) {
20
- pattern->rows = 13;
+ pattern->rows = 9;
21
pattern->cols = 36;
22
23
fillPattern(pattern, DEAD_CELL);
@@ -139,4 +139,4 @@ void newToadPattern(TPattern* pattern) {
139
pattern->arr[1][0] = ALIVE_CELL;
140
pattern->arr[1][1] = ALIVE_CELL;
141
pattern->arr[1][2] = ALIVE_CELL;
142
-}
+}
0 commit comments