This commit is contained in:
nora 2023-04-18 12:30:32 +02:00
parent dd204fc988
commit 28b25623db
2 changed files with 0 additions and 16 deletions

View file

@ -7,14 +7,6 @@ pub struct TileDef {
//ADD pub blend_graphic: String,
}
fn inspect_mut(_: &mut TileDef) {}
impl Debug for TileDef {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
loop {}
}
}
// this is actually used
pub struct TileDb {
unknown_bg: TileDef,

View file

@ -7,14 +7,6 @@ pub struct TileDef {
//ADD pub blend_graphic: String,
}
fn inspect_mut(_: &mut TileDef) {}
impl Debug for TileDef {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
loop {}
}
}
// this is actually used
pub struct TileDb {
unknown_bg: TileDef,