missing letter state
This commit is contained in:
parent
af8342fabe
commit
f28c5585f2
@ -95,7 +95,7 @@ function completeRow() {
|
|||||||
// 3rd pass: mark absent
|
// 3rd pass: mark absent
|
||||||
currentRow.forEach((tile) => {
|
currentRow.forEach((tile) => {
|
||||||
if (!tile.state) {
|
if (!tile.state) {
|
||||||
tile.state = LetterState.ABSENT
|
tile.state = letterStates[tile.letter] = LetterState.ABSENT
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user