aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/dungeon/roomfinder
diff options
context:
space:
mode:
authorsyeyoung <cyong06@naver.com>2021-02-15 16:04:26 +0900
committersyeyoung <cyong06@naver.com>2021-02-15 16:04:26 +0900
commiteb22ea41613998aecbe651e0584fc0e7958678a0 (patch)
treea26214addbefec7afdeadb72c545ce12f0855bc6 /src/main/java/kr/syeyoung/dungeonsguide/dungeon/roomfinder
parentac68bb00dc062b9c4f3f1fd4a2ac4ff8678275b5 (diff)
downloadSkyblock-Dungeons-Guide-eb22ea41613998aecbe651e0584fc0e7958678a0.tar.gz
Skyblock-Dungeons-Guide-eb22ea41613998aecbe651e0584fc0e7958678a0.tar.bz2
Skyblock-Dungeons-Guide-eb22ea41613998aecbe651e0584fc0e7958678a0.zip
comments, to not confuse my future self.
Diffstat (limited to 'src/main/java/kr/syeyoung/dungeonsguide/dungeon/roomfinder')
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/dungeon/roomfinder/RoomMatcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/dungeon/roomfinder/RoomMatcher.java b/src/main/java/kr/syeyoung/dungeonsguide/dungeon/roomfinder/RoomMatcher.java
index d8b7c47b..bf480833 100755
--- a/src/main/java/kr/syeyoung/dungeonsguide/dungeon/roomfinder/RoomMatcher.java
+++ b/src/main/java/kr/syeyoung/dungeonsguide/dungeon/roomfinder/RoomMatcher.java
@@ -16,7 +16,7 @@ public class RoomMatcher {
@Getter
private DungeonRoomInfo match;
@Getter
- private int rotation; // how much the "found room" has to rotate to match the given dungeon room info. !
+ private int rotation; // how much the "found room" has to rotate clockwise to match the given dungeon room info. !
private boolean triedMatch = false;
private World w;