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; } } }