This commit is contained in:
nora 2023-04-18 12:36:14 +02:00
parent 1aa451300e
commit bf4e083d34

View file

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