diff options
Diffstat (limited to 'src/GPU3D.cpp')
-rw-r--r-- | src/GPU3D.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp index 7aa7142..6e4d26a 100644 --- a/src/GPU3D.cpp +++ b/src/GPU3D.cpp @@ -403,12 +403,6 @@ void DoSavestate(Savestate* file) file->Var32(&VertexNum); file->Var32(&VertexNumInPoly); file->Var32(&NumConsecutivePolygons); - /*Vertex TempVertexBuffer[4]; -u32 VertexNum; -u32 VertexNumInPoly; -u32 NumConsecutivePolygons; -Polygon* LastStripPolygon; -u32 NumOpaquePolygons;*/ for (int i = 0; i < 4; i++) { |