mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +00:00
- Revert r4244. It seems to be working well enough like this, since there have been no complaints.
SVN r4341 (trunk)
This commit is contained in:
parent
9510525fdf
commit
5916ce087b
1 changed files with 0 additions and 1 deletions
|
@ -1981,7 +1981,6 @@ void R_DrawHeightPlanes(fixed_t height); // kg3D - fake planes
|
|||
|
||||
void R_DrawMasked (void)
|
||||
{
|
||||
DrewAVoxel = true; // TESTME
|
||||
R_SortVisSprites (DrewAVoxel ? sv_compare2d : sv_compare, firstvissprite - vissprites);
|
||||
|
||||
if (height_top == NULL)
|
||||
|
|
Loading…
Reference in a new issue