mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
more
This commit is contained in:
parent
eaf21b6a69
commit
4c53037082
4 changed files with 4 additions and 30 deletions
|
|
@ -18,7 +18,7 @@ fn main() {
|
|||
do_debug_ui(&mut app.game);
|
||||
}
|
||||
|
||||
pub(crate) fn do_debug_ui(mut game: &mut GameState) {
|
||||
pub(crate) fn do_debug_ui(game: &mut GameState) {
|
||||
show(&|ui| {
|
||||
game.inspect_mut(ui, 0);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue