mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Refactor: remove GuiCmd
This commit is contained in:
@@ -129,7 +129,7 @@ impl App {
|
||||
}),
|
||||
});
|
||||
}
|
||||
gui.add_graphic(GuiCmd::PaintCommands(cmds));
|
||||
gui.add_paint_cmds(cmds);
|
||||
});
|
||||
|
||||
gui.foldable("Slider example", |gui| {
|
||||
|
||||
Reference in New Issue
Block a user