diff options
| author | mat <github@matdoes.dev> | 2022-06-23 21:31:19 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-23 21:31:19 -0500 |
| commit | 2cdbdcaa27c812e569c7c1a13d83182446e7f18b (patch) | |
| tree | c4f2970d847ec411bf6e859bc1521e93bc8b3c81 /azalea-entity/src/lib.rs | |
| parent | 37c6618c16319a7f40fd2e165190407472598e84 (diff) | |
| download | azalea-drasl-2cdbdcaa27c812e569c7c1a13d83182446e7f18b.tar.xz | |
move_entity_with_delta
Diffstat (limited to 'azalea-entity/src/lib.rs')
| -rw-r--r-- | azalea-entity/src/lib.rs | 2 |
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 { |
