diff options
| author | mat <github@matdoes.dev> | 2022-06-18 16:54:49 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-18 16:54:49 -0500 |
| commit | fc3151f89db1cf018bfebebb8f102e20911e64d3 (patch) | |
| tree | e04047dbcbfd9d9e8c6b7a98658ccdb4802eeabd /azalea-world/src/entity.rs | |
| parent | e32b8fabb78a86e073c7bb3270b1bc89a532350a (diff) | |
| download | azalea-drasl-fc3151f89db1cf018bfebebb8f102e20911e64d3.tar.xz | |
account.rs and client.rs
Diffstat (limited to 'azalea-world/src/entity.rs')
| -rw-r--r-- | azalea-world/src/entity.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-world/src/entity.rs b/azalea-world/src/entity.rs index a25b1f40..49e1ae73 100644 --- a/azalea-world/src/entity.rs +++ b/azalea-world/src/entity.rs @@ -4,6 +4,7 @@ use azalea_core::ChunkPos; use azalea_entity::Entity; use nohash_hasher::IntMap; +#[derive(Debug)] pub struct EntityStorage { by_id: IntMap<u32, Entity>, // TODO: this doesn't work yet (should be updated in the set_pos method in azalea-entity) |
