diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-08 09:01:43 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-08 09:01:43 +0200 |
| commit | bfe9becfca9e789bf653c4bb8e92917acac04218 (patch) | |
| tree | c96d69127a058db737164ed4bb88d5a4d96163ea /src/path-search.cpp | |
| parent | 05f426b934baa641cd847fd3fc06d7ac446cf8e9 (diff) | |
a
Diffstat (limited to 'src/path-search.cpp')
| -rw-r--r-- | src/path-search.cpp | 2 |
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); |
