- Whoops. That doesn't work right if it needs to actually draw more than one column segment from each voxel strip.

SVN r3712 (trunk)
This commit is contained in:
Randy Heit 2012-06-28 04:33:49 +00:00
parent 1fc138400b
commit 687b371dbd
1 changed files with 1 additions and 1 deletions

View File

@ -2526,7 +2526,7 @@ void R_DrawVoxel(fixed_t dasprx, fixed_t daspry, fixed_t dasprz, angle_t daspran
}
}
}
xxl += xxr;
xxl = xxr;
}
}
}