summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bench/dijkstra.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/dijkstra.cpp b/bench/dijkstra.cpp
index 37e562fe..2d485130 100644
--- a/bench/dijkstra.cpp
+++ b/bench/dijkstra.cpp
@@ -15,6 +15,7 @@ bool first_run = false;
void Dijkstra(benchmark::State& state)
{
+ (void)loader.wall_atlas_list();
auto w = world();
constexpr auto wcx = 1, wcy = 1, wtx = 8, wty = 8, wox = 0, woy = 0;