This commit is contained in:
nora 2023-04-18 12:18:43 +02:00
parent eaf21b6a69
commit 4c53037082
4 changed files with 4 additions and 30 deletions

View file

@ -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);
});