From bfe9becfca9e789bf653c4bb8e92917acac04218 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 8 Oct 2023 09:01:43 +0200 Subject: a --- src/path-search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path-search.cpp') 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); -- cgit v1.2.3