summaryrefslogtreecommitdiffstats
path: root/core/src/ch
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-01-08 15:35:48 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-01-08 15:35:48 +0100
commit8a3cb7d50afc5d06a45ffa8bd87ac9e14e69d37c (patch)
treefe33db877eca66a9ad776fd1063b765171506561 /core/src/ch
parent584c587574a90c90760d72f6f57bdfebd94893d4 (diff)
downloadRustAndDust-8a3cb7d50afc5d06a45ffa8bd87ac9e14e69d37c.zip
RustAndDust-8a3cb7d50afc5d06a45ffa8bd87ac9e14e69d37c.tar.gz
PossiblePaths: getPath is public
Diffstat (limited to 'core/src/ch')
-rw-r--r--core/src/ch/asynk/tankontank/engine/PossiblePaths.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/tankontank/engine/PossiblePaths.java b/core/src/ch/asynk/tankontank/engine/PossiblePaths.java
index 9690158..1afa36d 100644
--- a/core/src/ch/asynk/tankontank/engine/PossiblePaths.java
+++ b/core/src/ch/asynk/tankontank/engine/PossiblePaths.java
@@ -221,7 +221,7 @@ public class PossiblePaths implements Iterable<Vector3>
to = exitTile;
}
- private List<Tile> getPath(int i)
+ public List<Tile> getPath(int i)
{
if (ctrlTiles.size() == 0)
return paths.get(i);