Skip to content

Commit a56f3cf

Browse files
authored
Clarify yaw distance comment
1 parent 714e7af commit a56f3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/java/baritone/api/utils/Rotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public static float normalizeYaw(float yaw) {
161161

162162
/**
163163
* Gets the distance between a starting yaw and an offset yaw.
164-
* Distance can be negative if the offset yaw is left of the starting yaw.
164+
* Distance can be negative if the offset yaw is behind of the starting yaw.
165165
*
166166
* @param yaw The initial yaw
167167
* @param offsetYaw The offset yaw

0 commit comments

Comments
 (0)