Skip to content

Commit

Permalink
[11_12] Fix typo in initialize_virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Dec 3, 2023
1 parent 858663f commit 608b5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphics/Fonts/smart_font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ initialize_virtual () {
std_virt << string ("tradi-long") << string ("tradi-negate")
<< string ("tradi-misc");
for (int i= 0; i < N (std_virt); i++)
std_trl << load_translator (std_virt[i]);
std_trl << load_virtual (std_virt[i]);
virt_initialized= true;
}

Expand Down

0 comments on commit 608b5e8

Please sign in to comment.