From 6bcb9657e9148f488912aa5cf7bc18ff30a64448 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:46:00 +0200 Subject: [PATCH] more --- src/main.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.rs b/src/main.rs index f4afb1c..c538497 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,12 +14,6 @@ use egui_inspect_derive::Inspect; pub(crate) struct WorldPos {} -impl ::core::fmt::Debug for WorldPos { - fn fmt(&self, f: &mut ::core::fmt::Formatter) -> ::core::fmt::Result { - Ok(()) - } -} - #[derive(Inspect)] pub(crate) struct GameState { pub(crate) camera_offset: WorldPos,