fix: Auto disabling of "Load all unicode glyph" setting on error not working
This commit is contained in:
parent
10217b5530
commit
1f109ff59b
@ -314,7 +314,7 @@ namespace hex::init {
|
|||||||
IM_DELETE(fonts);
|
IM_DELETE(fonts);
|
||||||
|
|
||||||
// Disable unicode support in settings
|
// Disable unicode support in settings
|
||||||
ContentRegistry::Settings::write("hex.builtin.setting.general", "hex.builtin.setting.font.load_all_unicode_chars", false);
|
ContentRegistry::Settings::write("hex.builtin.setting.font", "hex.builtin.setting.font.load_all_unicode_chars", false);
|
||||||
|
|
||||||
// Try to load the font atlas again
|
// Try to load the font atlas again
|
||||||
return loadFontsImpl(false);
|
return loadFontsImpl(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user