summaryrefslogtreecommitdiffhomepage
path: root/src/path-search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-search.cpp')
-rw-r--r--src/path-search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-search.cpp b/src/path-search.cpp
index c543fc9f..95ba1f2d 100644
--- a/src/path-search.cpp
+++ b/src/path-search.cpp
@@ -12,7 +12,7 @@ namespace floormat {
namespace {
-constexpr auto div = path_search::subdivide_factor;
+constexpr auto div = path_search::div_factor;
constexpr int div_BITS = 2;
static_assert(1 << div_BITS == div);