Make Linked elements BSS conform
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user