Skip to content

Commit

Permalink
fix: printBinaryFile can handle sparse markup grids
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hyndman committed Nov 30, 2023
1 parent c08189f commit 84d31a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export function encodeMarkup({
unknown_04,
unknown_02,
unknown_01,
}: SquareMarkup): number {
}: SquareMarkup = {}): number {
return (
(circled ? SQUARE_MARKUP_BITMASK.CIRCLED : 0) +
(incorrect ? SQUARE_MARKUP_BITMASK.INCORRECT : 0) +
Expand Down

0 comments on commit 84d31a4

Please sign in to comment.