diff --git a/graphics/tinygl/zdirtyrect.cpp b/graphics/tinygl/zdirtyrect.cpp index 9745991d489..13910f5158a 100644 --- a/graphics/tinygl/zdirtyrect.cpp +++ b/graphics/tinygl/zdirtyrect.cpp @@ -380,7 +380,6 @@ void RasterizationDrawCall::execute(bool restoreState) const { for (int i = 0; i < 2; i++) { c->vertex[i] = c->vertex[i + 2]; } - n -= 2; } break; case TGL_POLYGON: {