summaryrefslogtreecommitdiffhomepage
path: root/test/raycast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/raycast.cpp')
-rw-r--r--test/raycast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/raycast.cpp b/test/raycast.cpp
index fffaae0f..3bf26cdd 100644
--- a/test/raycast.cpp
+++ b/test/raycast.cpp
@@ -63,7 +63,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)