summaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 14:29:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 14:45:29 +0100
commitd74df1b763979d281f76f3f30543aee8d8a638b7 (patch)
tree08939a34160b261c37644595aa8702dd0689d74f /bench
parent7867213a01fcabb1f05b1836c2ca59dc3bb2132f (diff)
rename floor -> ground
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);