- Don't add 3D floor dummy draw segments to the list

This commit is contained in:
Magnus Norddahl 2017-07-02 14:46:19 +02:00
commit efb1a8d113
6 changed files with 26 additions and 30 deletions

View file

@ -131,9 +131,6 @@ namespace swrenderer
{
ds = Segment(groupIndex);
// kg3D - no clipping on fake segs
if (ds->fake) continue;
if (ds->silhouette & SIL_BOTTOM)
{
short *clip1 = clipbottom + ds->x1;