From a647f56b3a07da357b2ef5fd95b09df6dfb72a31 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 28 Feb 2024 22:30:16 +0100 Subject: fix a couple msvc warnings --- test/raycast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.2.3