summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-09 05:53:00 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-09 05:53:00 +0200
commitc2ecf0af2b3603376c32f24c8e26bebbdd082ad2 (patch)
tree67d68047e45f77a89f90815c7077bdd2142d5ced /test
parent0e9ecb5c33e35a9adceea97de637db133ffa9dbf (diff)
a
Diffstat (limited to 'test')
-rw-r--r--test/dijkstra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dijkstra.cpp b/test/dijkstra.cpp
index d5ab6798..2cf32451 100644
--- a/test/dijkstra.cpp
+++ b/test/dijkstra.cpp
@@ -36,7 +36,7 @@ void test_app::test_dijkstra()
auto w = world();
auto a = astar();
- constexpr auto wcx = 1, wcy = 1, wtx = 8, wty = 8, wox = 0, woy = 0;
+ constexpr auto wcx = 1, wcy = 1, wtx = 8, wty = 8, wox = 3, woy = 3;
constexpr auto max_dist = (uint32_t)(Vector2i(Math::abs(wcx)+1, Math::abs(wcy)+1)*TILE_MAX_DIM*iTILE_SIZE2).length();
constexpr auto wch = chunk_coords_{chunk_coords_{wcx, wcy, 0}};
constexpr auto wt = local_coords{wtx, wty};