This commit is contained in:
nora 2023-04-18 12:17:12 +02:00
parent cbdeb82a20
commit 996b5834b6

View file

@ -20,10 +20,8 @@ fn main() {
pub(crate) fn do_debug_ui(mut game: &mut GameState) {
show(&|ui| {
ui.horizontal(|ui| {
ui.inspect_mut(&mut game, &mut 0);
});
});
}
fn show(f: &dyn FnMut(&mut egui::Ui)) {}