diff --git a/src/main.rs b/src/main.rs index 06efc3e..5667ad2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ impl App { use egui_inspect::derive::Inspect; -#[derive(Clone, Copy, Debug, Inspect)] +#[derive(Debug, Inspect)] pub(crate) struct WorldPos {} #[derive(Debug, Inspect)] @@ -22,7 +22,6 @@ pub(crate) struct GameState { pub(crate) tile_db: TileDb, } - fn main() { let mut app = App::new(); do_debug_ui(&mut app.game);