From c141a9efcfaecadffe771bd0c37bea0e46a3f9aa Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 23 Dec 2023 14:26:39 +0100 Subject: fix benchmark executable missing wall atlases --- bench/dijkstra.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bench') 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; -- cgit v1.2.3