From a56f3cfd86f7fe858e83eeffd915ba2a6d92e095 Mon Sep 17 00:00:00 2001 From: Murat65536 Date: Wed, 10 Sep 2025 21:06:26 -0400 Subject: [PATCH] Clarify yaw distance comment --- src/api/java/baritone/api/utils/Rotation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/java/baritone/api/utils/Rotation.java b/src/api/java/baritone/api/utils/Rotation.java index 2ae67e7ae..a45cc32dc 100644 --- a/src/api/java/baritone/api/utils/Rotation.java +++ b/src/api/java/baritone/api/utils/Rotation.java @@ -161,7 +161,7 @@ public class Rotation { /** * Gets the distance between a starting yaw and an offset yaw. - * Distance can be negative if the offset yaw is left of the starting yaw. + * Distance can be negative if the offset yaw is behind of the starting yaw. * * @param yaw The initial yaw * @param offsetYaw The offset yaw