aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GPU3D.cpp')
-rw-r--r--GPU3D.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/GPU3D.cpp b/GPU3D.cpp
index d743819..3c21cfa 100644
--- a/GPU3D.cpp
+++ b/GPU3D.cpp
@@ -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)