mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
more
This commit is contained in:
parent
996b5834b6
commit
eaf21b6a69
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
use egui_inspect::UiExt;
|
use egui_inspect::Inspect;
|
||||||
use game::GameState;
|
use game::GameState;
|
||||||
|
|
||||||
mod game;
|
mod game;
|
||||||
|
|
@ -20,7 +20,7 @@ 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.inspect_mut(&mut game, &mut 0);
|
game.inspect_mut(ui, 0);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue