address review comments

This commit is contained in:
tildearrow 2023-08-03 05:27:20 -05:00
parent 3ca687553f
commit 629d73f421

View file

@ -3297,6 +3297,7 @@ void FurnaceGUI::commitSettings() {
ImGui::GetIO().Fonts->Clear();
mainFont=ImGui::GetIO().Fonts->AddFontDefault();
patFont=mainFont;
bigFont=mainFont;
headFont=mainFont;
if (rend) rend->destroyFontsTexture();
if (!ImGui::GetIO().Fonts->Build()) {