Skip to content

Commit 857b8fa

Browse files
committed
Fixed CollectRowMaxItems goal.
1 parent 9a57e24 commit 857b8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Common/LevelGoals/CollectRowMaxItems.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private int GetMaxRowLength(IGameBoard<IUnityItem> gameBoard)
6565
}
6666
}
6767

68-
return 5;
68+
return maxRowLength;
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)