fix rendering for crapoed 'butterfly' polygons

This commit is contained in:
StapleButter
2017-06-28 21:19:44 +02:00
parent 209a639461
commit da10f9b3f6
2 changed files with 7 additions and 6 deletions

View File

@ -723,8 +723,7 @@ void SubmitPolygon()
// clipping
nverts = ClipPolygon<true>(clippedvertices, nverts, clipstart);
//if (((CurPolygonAttr >> 16) & 0x1F) != 0x1F) nverts=0;
//CurPolygonAttr|=0x1F0000;
if (nverts == 0)
{
LastStripPolygon = NULL;