fix: tootls: font_converter: font var get right name

This commit is contained in:
Starnakin 2024-12-11 20:39:39 +01:00
parent bd080a0f9e
commit e5bdd1b5ee

View File

@ -38,7 +38,7 @@ string: str = f"""\
#include "font.h" #include "font.h"
struct font minecraft_font[] = {{\\\ struct font {font_name}_font[] = {{\\\
""" """
for charactere in characteres: for charactere in characteres: