mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
also keep track of texture attributes
This commit is contained in:
@ -751,6 +751,9 @@ void SubmitPolygon()
|
||||
poly->NumVertices = 0;
|
||||
|
||||
poly->Attr = CurPolygonAttr;
|
||||
poly->TexParam = TexParam;
|
||||
poly->TexPalette = TexPalette;
|
||||
|
||||
poly->FacingView = facingview;
|
||||
|
||||
if (LastStripPolygon && clipstart > 0)
|
||||
|
Reference in New Issue
Block a user