From aa3db4c1757b9b597e32997e938cdbc7752755c4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 4 Feb 2024 19:33:52 +0100 Subject: b --- bench/dijkstra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/dijkstra.cpp b/bench/dijkstra.cpp index 93744258..ff462aa6 100644 --- a/bench/dijkstra.cpp +++ b/bench/dijkstra.cpp @@ -14,7 +14,7 @@ void Dijkstra(benchmark::State& state) (void)loader.wall_atlas_list(); auto w = world(); auto A = astar(); - static bool first_run = false; + bool first_run = false; constexpr auto wcx = 1, wcy = 1, wtx = 8, wty = 8, wox = 0, woy = 0; constexpr auto max_dist = (uint32_t)(Vector2i(Math::abs(wcx)+1, Math::abs(wcy)+1)*TILE_MAX_DIM*iTILE_SIZE2).length(); -- cgit v1.2.3