diff options
| author | mat <git@matdoes.dev> | 2024-12-27 06:56:58 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-27 06:57:08 +0000 |
| commit | 6ccd44e28d29a33abb32a0d0bed466dce8d61676 (patch) | |
| tree | d97f5c5fe53d8ebff47a0ddbc4cbcb78ca596c6c /azalea-core/src | |
| parent | 185ed84dbb3eda684e16d212330f6420eed665aa (diff) | |
| download | azalea-drasl-6ccd44e28d29a33abb32a0d0bed466dce8d61676.tar.xz | |
better astar WeightedNode::cmp
Diffstat (limited to 'azalea-core/src')
| -rwxr-xr-x | azalea-core/src/position.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs index ab73c0d1..819d72cf 100755 --- a/azalea-core/src/position.rs +++ b/azalea-core/src/position.rs @@ -271,7 +271,7 @@ impl Vec3 { } /// The coordinates of a block in the world. For entities (if the coordinate -/// with decimals), use [`Vec3`] instead. +/// have decimals), use [`Vec3`] instead. #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, Hash)] #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] pub struct BlockPos { |
