summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-23 14:26:39 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-23 14:26:56 +0100
commitc141a9efcfaecadffe771bd0c37bea0e46a3f9aa (patch)
tree853ee031d46ae3418f050b7c5be1be734438b278
parent34dda4dfda171390c45a36229e8e4bbe26215d3d (diff)
fix benchmark executable missing wall atlases
-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;