summaryrefslogtreecommitdiffhomepage
path: root/bench/raycast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/raycast.cpp')
-rw-r--r--bench/raycast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/raycast.cpp b/bench/raycast.cpp
index 1885c05c..0f6d617b 100644
--- a/bench/raycast.cpp
+++ b/bench/raycast.cpp
@@ -58,7 +58,7 @@ world make_world()
auto run(point from, point to, world& w, bool b, float len)
{
- constexpr float fuzz = iTILE_SIZE2.x();
+ constexpr float fuzz = TILE_SIZE2.x();
auto diag = rc::raycast_diag_s{};
auto res = raycast_with_diag(diag, w, from, to, 0);
if (res.success != b)