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
9636684056
commit
3a7cdc412b
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ pub(crate) fn do_debug_ui(ctx: &egui::Context, mut game: &mut GameState, mut sca
|
|||
egui::Window::new("Debug (F12)").show(ctx, |ui| {
|
||||
egui::ScrollArea::both().show(ui, |ui| {
|
||||
let mut id_source = 0;
|
||||
::egui_inspect::UiExt::property(ui, "scale", &mut scale, &mut id_source);
|
||||
::egui_inspect::UiExt::property(ui, "game", &mut game, &mut id_source);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue