From 6ccd44e28d29a33abb32a0d0bed466dce8d61676 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 27 Dec 2024 06:56:58 +0000 Subject: better astar WeightedNode::cmp --- azalea-core/src/position.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core/src') 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 { -- cgit v1.2.3