From 2da7baa1e09e8aef9740b54f7fdbc59857797476 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 21 Aug 2024 19:21:34 +0200 Subject: [PATCH] raycaster no longer disables fixed_YZ without being asked --- raycaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raycaster.cpp b/raycaster.cpp index 6a402964..ab18e3da 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -1319,7 +1319,7 @@ void raygen::emit_iterate(int gid1) { compute_which_and_dist(flat1, flat2); - vid.fixed_yz = false; + // vid.fixed_yz = false; // shift d units if(use_reflect) fmain +=