Set initial font glyphs for baked font

This commit is contained in:
luboslenco
2023-03-03 11:46:51 +01:00
parent 6f32a74f30
commit 12e370c87e
+1
View File
@@ -169,6 +169,7 @@ class App {
// Baked font for fast startup
if (Config.raw.locale == "en") {
font.font_ = Krom.g2_font_13(font.blob.bytes.getData());
font.fontGlyphs = kha.graphics2.Graphics.fontGlyphs;
}
colorWheel = imageColorWheel;