aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-27 06:56:58 +0000
committermat <git@matdoes.dev>2024-12-27 06:57:08 +0000
commit6ccd44e28d29a33abb32a0d0bed466dce8d61676 (patch)
treed97f5c5fe53d8ebff47a0ddbc4cbcb78ca596c6c /azalea-core/src
parent185ed84dbb3eda684e16d212330f6420eed665aa (diff)
downloadazalea-drasl-6ccd44e28d29a33abb32a0d0bed466dce8d61676.tar.xz
better astar WeightedNode::cmp
Diffstat (limited to 'azalea-core/src')
-rwxr-xr-xazalea-core/src/position.rs2
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 {