mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-17 04:45:02 +01:00
more
This commit is contained in:
parent
cbdeb82a20
commit
996b5834b6
1 changed files with 1 additions and 3 deletions
|
|
@ -20,10 +20,8 @@ fn main() {
|
||||||
|
|
||||||
pub(crate) fn do_debug_ui(mut game: &mut GameState) {
|
pub(crate) fn do_debug_ui(mut game: &mut GameState) {
|
||||||
show(&|ui| {
|
show(&|ui| {
|
||||||
ui.horizontal(|ui| {
|
|
||||||
ui.inspect_mut(&mut game, &mut 0);
|
ui.inspect_mut(&mut game, &mut 0);
|
||||||
});
|
});
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn show(f: &dyn FnMut(&mut egui::Ui)) {}
|
fn show(f: &dyn FnMut(&mut egui::Ui)) {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue