From 238781633fc9c3d119fe1b123eb3843a2ed11c1d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 24 Jun 2025 15:41:51 +0200 Subject: [PATCH] fix to raycaster --- raycaster.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raycaster.cpp b/raycaster.cpp index 3ad8a933..058a9fb3 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -2843,9 +2843,9 @@ EX void cast() { } } // println(hlog, "wallrange = ", tie(minval, maxval), " wallx = ", isize(wallx), " wallstart = ", isize(cgi.wallstart)); - for(int i=0; itWall, txWall, 8, wlength); glUniform1f(o->uInvLengthWall, 1. / wlength);