fix: fonts setup on first draw

This commit is contained in:
ardocrat
2026-02-20 16:52:28 +03:00
parent e334386fe2
commit b4c64dae6b
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -60,6 +60,7 @@ impl<Platform: PlatformCallbacks> App<Platform> {
self.platform.set_context(ctx);
}
// Setup visuals.
crate::setup_fonts(ctx);
crate::setup_visuals(ctx);
}