Skip to content

Commit 3fd9440

Browse files
committed
kkkk
1 parent e99648b commit 3fd9440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/com/group/golf/genetics/Individual.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public String toString() {
6868
return "Individual{" +
6969
"\n - genes=" + Arrays.toString(genes) +
7070
"\n - score=" + score +
71-
"\n - lastMove=" + lastMove +
71+
"\n - lastMove (index) =" + lastMove +
7272
"\n - landings=" + Arrays.toString(landings) +
7373
'}';
7474
}

0 commit comments

Comments
 (0)