Make Linked elements BSS conform

This commit is contained in:
2023-06-26 20:40:30 +02:00
parent 63aa467962
commit 75ab477fff
3 changed files with 19 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ namespace FontWriter {
reset_links();
for(auto& char_array : TextBuffer) {
for(auto& single_char : char_array) {
single_char.set_link_identitiy();
single_char->set_identitiy();
single_char->clut = GPU::PageClut(Assets::FontTIM.get_clut_x(), Assets::FontTIM.get_clut_y());
}