Skip to content

Commit 977eb08

Browse files
committed
Some changes3
1 parent f911c6e commit 977eb08

File tree

12 files changed

+2
-8
lines changed

12 files changed

+2
-8
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
102 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
34 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/main/java/agh/ics/oop/GrassField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private void generateGrass(int n)
5454
border.loadObject(g);
5555
}
5656
}
57-
// -------- Optional? How likely is it?
57+
// -------- Optional? How likely is it to happen?
5858
if (count != n)
5959
generateGrassFix(n - count);
6060
// --------

0 commit comments

Comments
 (0)