initial commit
This commit is contained in:
parent
3bae9053ce
commit
6c3cb87fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ fn main() -> eframe::Result {
|
||||||
cc.egui_ctx.set_theme(egui::Theme::Dark);
|
cc.egui_ctx.set_theme(egui::Theme::Dark);
|
||||||
// egui_extras::install_image_loaders(&cc.egui_ctx);
|
// egui_extras::install_image_loaders(&cc.egui_ctx);
|
||||||
|
|
||||||
Ok(Box::<FslcMix>::new(FslcMix::new(10)))
|
Ok(Box::<FslcMix>::new(FslcMix::new(5)))
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue