mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-15 04:05:02 +01:00
more
This commit is contained in:
parent
5661dae141
commit
abd857aed4
1 changed files with 1 additions and 2 deletions
|
|
@ -25,7 +25,6 @@ fn main() {
|
|||
|
||||
pub(crate) fn do_debug_ui(ctx: &egui::Context, mut game: &mut GameState) {
|
||||
egui::Window::new("Debug (F12)").show(ctx, |ui| {
|
||||
let mut id_source = 0;
|
||||
::egui_inspect::UiExt::property(ui, "game", &mut game, &mut id_source);
|
||||
::egui_inspect::UiExt::property(ui, "game", &mut game, &mut 0);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue