diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-23 00:36:25 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-23 00:36:25 +0200 |
commit | e00fa55e4984377956a50ad980c53b43715bea6c (patch) | |
tree | fbeca868906397c5f0d6fef189899458e67512c7 /pixel-client/src/tilemap.rs | |
parent | ebc77dc48ef7f97ab946f334f642da9bf69a7e99 (diff) | |
download | hurrycurry-e00fa55e4984377956a50ad980c53b43715bea6c.tar hurrycurry-e00fa55e4984377956a50ad980c53b43715bea6c.tar.bz2 hurrycurry-e00fa55e4984377956a50ad980c53b43715bea6c.tar.zst |
pc: menu background
Diffstat (limited to 'pixel-client/src/tilemap.rs')
-rw-r--r-- | pixel-client/src/tilemap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/tilemap.rs b/pixel-client/src/tilemap.rs index f52ffc1c..edab8b61 100644 --- a/pixel-client/src/tilemap.rs +++ b/pixel-client/src/tilemap.rs @@ -25,7 +25,7 @@ use crate::render::{ Renderer, }; -#[derive(Default)] +#[derive(Default, Debug)] pub struct Tilemap { connect_group_by_tile: Vec<Option<usize>>, connect_members_by_group: Vec<HashSet<Option<TileIndex>>>, |