Skip to content

Commit 32b18c2

Browse files
committed
update readme
1 parent 576a9be commit 32b18c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Compass Camera Control
22

3-
A RuneLite plugin that allows you to control the camera direction by simply clicking the compass orb, cycling through cardinal directions without using the arrow keys. Ideal for trackpad users!
3+
A RuneLite plugin that allows you to control the camera direction by simply clicking the compass orb, cycling through cardinal directions or snapping to the closest one.
44

55
## Configuration
66

src/main/java/com/compassCameraControl/CompassCameraControlPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ private void alignYaw()
108108
if (dWest < closestYawDistance)
109109
{
110110
closestYaw = WEST_YAW;
111-
closestYawDistance = dWest;
112111
}
113112

114113
client.setCameraYawTarget(closestYaw);

0 commit comments

Comments
 (0)