Skip to content

Commit

Permalink
Fixed dictionary.getWords()
Browse files Browse the repository at this point in the history
  • Loading branch information
sashkent3 committed Jan 12, 2020
1 parent 16b4a61 commit 93a2379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dictionary.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ class Dictionary {
bucketShuffled = false;
} else {
buckets[bucketIdx].shuffle();
bucketsIters[bucketIdx] = 0;
bucketShuffled = true;
}
bucketsIters[bucketIdx] = 0;
}
}
hatWords.add(word);
Expand Down

0 comments on commit 93a2379

Please sign in to comment.