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