Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jan 22, 2023
1 parent 77f213e commit f9ce1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Translations/make_translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ def render_font_block(data: LanguageData, f: TextIO, compress_font: bool = False

write_bytes_as_c_array(f, "font_12x16_brieflz", font12_compressed)
font06_uncompressed = bytearray()
for sym in data.large_text_symbols:
for sym in data.small_text_symbols:
font06_uncompressed.extend(font_map.font06_maps[sym])
font06_compressed = brieflz.compress(bytes(font06_uncompressed))
logging.info(
Expand Down

0 comments on commit f9ce1ef

Please sign in to comment.