This commit is contained in:
nora 2023-04-18 15:30:00 +02:00
parent 2b58977040
commit 12163d1338
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ impl ::egui_inspect::Inspect for WorldPos {
fn inspect_mut(&mut self, ui: &mut ::egui::Ui) {}
}
#[derive(Debug, Inspect)]
#[derive(Inspect)]
pub(crate) struct GameState {
pub(crate) camera_offset: WorldPos,
pub(crate) tile_db: TileDb,