County database must be loaded before settings

This commit is contained in:
Dan Paulat 2023-12-08 06:00:17 -06:00
parent c970e73db8
commit bdb859480f
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,5 @@
#include <scwx/qt/manager/resource_manager.hpp>
#include <scwx/qt/manager/font_manager.hpp>
#include <scwx/qt/config/county_database.hpp>
#include <scwx/qt/model/imgui_context_model.hpp>
#include <scwx/qt/types/texture_types.hpp>
#include <scwx/qt/util/texture_atlas.hpp>
@ -33,8 +32,6 @@ static const std::vector<std::pair<types::Font, std::string>> fontNames_ {
void Initialize()
{
config::CountyDatabase::Initialize();
LoadFonts();
LoadTextures();
}