From c2ecf0af2b3603376c32f24c8e26bebbdd082ad2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 9 Oct 2023 05:53:00 +0200 Subject: a --- test/dijkstra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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}; -- cgit v1.2.3