diff options
author | crupest <crupest@outlook.com> | 2021-10-26 16:32:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-26 16:32:13 +0800 |
commit | 9dec93315173999c4fb9ab5a0e57909eb5e7fd8b (patch) | |
tree | 042fff007fc3d0959146f131f425b9626448718e /src/ui/UiManager.cpp | |
parent | 397843cda9e4161d3e92d8797f8012f478ce64f0 (diff) | |
download | cru-9dec93315173999c4fb9ab5a0e57909eb5e7fd8b.tar.gz cru-9dec93315173999c4fb9ab5a0e57909eb5e7fd8b.tar.bz2 cru-9dec93315173999c4fb9ab5a0e57909eb5e7fd8b.zip |
...
Diffstat (limited to 'src/ui/UiManager.cpp')
-rw-r--r-- | src/ui/UiManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UiManager.cpp b/src/ui/UiManager.cpp index ed40e70f..fde82eed 100644 --- a/src/ui/UiManager.cpp +++ b/src/ui/UiManager.cpp @@ -38,7 +38,7 @@ UiManager* UiManager::GetInstance() { } UiManager::UiManager() { - const auto factory = GetGraphFactory(); + const auto factory = GetGraphicsFactory(); theme_resource_.default_font_family = u"等线"; |