aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src/lib.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-23 21:31:19 -0500
committermat <github@matdoes.dev>2022-06-23 21:31:19 -0500
commit2cdbdcaa27c812e569c7c1a13d83182446e7f18b (patch)
treec4f2970d847ec411bf6e859bc1521e93bc8b3c81 /azalea-entity/src/lib.rs
parent37c6618c16319a7f40fd2e165190407472598e84 (diff)
downloadazalea-drasl-2cdbdcaa27c812e569c7c1a13d83182446e7f18b.tar.xz
move_entity_with_delta
Diffstat (limited to 'azalea-entity/src/lib.rs')
-rw-r--r--azalea-entity/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs
index 93ed5ea8..065413a5 100644
--- a/azalea-entity/src/lib.rs
+++ b/azalea-entity/src/lib.rs
@@ -14,7 +14,7 @@ pub struct Entity {
/// The incrementing numerical id of the entity.
pub id: u32,
pub uuid: Uuid,
- pub pos: EntityPos,
+ pos: EntityPos,
}
impl Entity {