- Don't add 3D floor dummy draw segments to the list
This commit is contained in:
parent
e19c8eba62
commit
efb1a8d113
6 changed files with 26 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue