At least it's fixed now.

This commit is contained in:
Electric Keet 2023-08-02 23:20:59 -07:00
parent 06d3e8a4b3
commit 3ca687553f

View file

@ -6482,7 +6482,7 @@ bool FurnaceGUI::init() {
mainFont=ImGui::GetIO().Fonts->AddFontDefault(); mainFont=ImGui::GetIO().Fonts->AddFontDefault();
patFont=mainFont; patFont=mainFont;
bigFont=mainFont; bigFont=mainFont;
headFont=headFont; headFont=mainFont;
if (rend) rend->destroyFontsTexture(); if (rend) rend->destroyFontsTexture();
if (!ImGui::GetIO().Fonts->Build()) { if (!ImGui::GetIO().Fonts->Build()) {
logE("error again while building font atlas!"); logE("error again while building font atlas!");