diff --git a/scwx-qt/source/scwx/qt/map/map_widget.cpp b/scwx-qt/source/scwx/qt/map/map_widget.cpp index df45024a..d569f27e 100644 --- a/scwx-qt/source/scwx/qt/map/map_widget.cpp +++ b/scwx-qt/source/scwx/qt/map/map_widget.cpp @@ -1619,6 +1619,11 @@ void MapWidgetImpl::ImGuiCheckFonts() ImGui_ImplOpenGL3_CreateFontsTexture(); } + if (!model::ImGuiContextModel::Instance().font_atlas()->IsBuilt()) + { + logger_->error("ImGui font atlas could not be built."); + } + imGuiFontsBuildCount_ = currentImGuiFontsBuildCount; }