Gather data
This commit is contained in:
@@ -81,7 +81,7 @@ public final class ExportFormat {
|
||||
for (var p : placed) {
|
||||
for (var rc : p.cells) {
|
||||
int rr = rc[0], cc = rc[1];
|
||||
if (inBounds(H, W, rr, cc) && isLetter(g.getCharAt(rr, cc))) {
|
||||
if (inBounds(H, W, rr, cc) && g.isLetterAt(rr, cc)) {
|
||||
letterAt.put(pack(rr, cc), g.getCharAt(rr, cc));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user