mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
fix rendering for crapoed 'butterfly' polygons
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user