diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-22 12:25:49 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-22 12:25:49 +0200 |
commit | b1860b675c3be3433bc370b4d53480722d529b95 (patch) | |
tree | d09228282067014bb318216a6ec6143843dd9eb6 /include | |
parent | ebd068ccc32787ac9fc2a2cde9a2e7c1cccb9b07 (diff) |
Fix build for ubuntu, add ubuntu path for cjk fonts
Diffstat (limited to 'include')
-rw-r--r-- | include/ResourceLoader.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ResourceLoader.hpp b/include/ResourceLoader.hpp index 440eb7f..a778f18 100644 --- a/include/ResourceLoader.hpp +++ b/include/ResourceLoader.hpp @@ -14,8 +14,7 @@ namespace QuickMedia::FontLoader { enum class FontType { LATIN, LATIN_BOLD, - CJK, - EMOJI + CJK }; // Note: not thread-safe |