Skip to content

Commit cdafb11

Browse files
add todo
1 parent c1ec614 commit cdafb11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub struct ParticleApp {
4646

4747
impl ParticleApp {
4848
pub fn new(cc: &eframe::CreationContext<'_>) -> Self {
49+
// TODO: see why on release mode the font is not loading properly on some texts
4950
cc.egui_ctx.add_font(FontInsert::new(
5051
"Ubuntu Light",
5152
egui::FontData::from_static(include_bytes!("../assets/Ubuntu-Light.ttf")),

0 commit comments

Comments
 (0)