summaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/bitmask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bitmask.cpp b/bench/bitmask.cpp
index 9efa25a9..6f80e992 100644
--- a/bench/bitmask.cpp
+++ b/bench/bitmask.cpp
@@ -12,7 +12,7 @@ namespace {
[[maybe_unused]] void Bitmask(benchmark::State& state)
{
- auto img = loader.texture(loader.SCENERY_PATH, "door-close"_s);
+ auto img = loader.texture(loader.SCENERY_PATH, "door-close"_s, false);
auto bitmask = anim_atlas::make_bitmask(img);
anim_atlas::make_bitmask_(img, bitmask);