mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 11:45:01 +01:00
more
This commit is contained in:
parent
5fc08bb22f
commit
1549991910
1 changed files with 1 additions and 3 deletions
|
|
@ -37,9 +37,7 @@ pub trait Inspect {
|
|||
impl Inspect for () {}
|
||||
|
||||
impl Inspect for TileDb {
|
||||
fn inspect_mut(&mut self) {
|
||||
let _a = &mut self.unknown_bg;
|
||||
}
|
||||
fn inspect_mut(&mut self) {}
|
||||
}
|
||||
|
||||
impl std::fmt::Debug for TileDb {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue