diff options
Diffstat (limited to 'GPU3D.cpp')
-rw-r--r-- | GPU3D.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |