From 687b371dbd2fffbb899fee41d77672205a4fef15 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Thu, 28 Jun 2012 04:33:49 +0000 Subject: [PATCH] - Whoops. That doesn't work right if it needs to actually draw more than one column segment from each voxel strip. SVN r3712 (trunk) --- src/r_things.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_things.cpp b/src/r_things.cpp index fd8826647..d76375057 100644 --- a/src/r_things.cpp +++ b/src/r_things.cpp @@ -2526,7 +2526,7 @@ void R_DrawVoxel(fixed_t dasprx, fixed_t daspry, fixed_t dasprz, angle_t daspran } } } - xxl += xxr; + xxl = xxr; } } }