diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp index 436f563c..865b00a1 100644 --- a/src/GPU3D.cpp +++ b/src/GPU3D.cpp @@ -1279,7 +1279,7 @@ void GPU3D::SubmitPolygon() noexcept { Vertex* vtx = poly->Vertices[i]; - if (vtx->FinalPosition[1] < ytop || (vtx->FinalPosition[1] == ytop && vtx->FinalPosition[0] < xtop)) + if (vtx->FinalPosition[1] < ytop) { xtop = vtx->FinalPosition[0]; ytop = vtx->FinalPosition[1];