remove stray span.y++

This commit is contained in:
Brian Paul
2005-01-29 17:28:45 +00:00
parent 98a9ad9241
commit 3bde211549
+1 -1
View File
@@ -103,7 +103,7 @@ _swrast_Bitmap( GLcontext *ctx, GLint px, GLint py,
if (ctx->Texture._EnabledCoordUnits)
_swrast_span_default_texcoords(ctx, &span);
for (row = 0; row < height; row++, span.y++) {
for (row = 0; row < height; row++) {
const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack,
bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);