浏览代码

Update Routeplanner.java

spreef 11 年之前
父节点
当前提交
4b2f57dd7f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      gui/Routeplanner.java

+ 5 - 0
gui/Routeplanner.java

@@ -304,6 +304,11 @@ public class Routeplanner
         }
         return route;
     }
+    
+    public int getRotation() {
+    return rotation;
+    }
+    
     public char[] ontwijkBoebot(int xx, int xy, int x, int y, int rotation)
     {
         this.x = x;