llvmpipe: Fix typo.

This commit is contained in:
José Fonseca
2009-10-08 19:18:35 +01:00
parent c7227f4b8d
commit 07ee87e664
+1 -1
View File
@@ -214,7 +214,7 @@ void lp_rast_end_tile( struct lp_rasterizer *rast,
if(x + w > surface->width)
w = surface->width - x;
if(y + h > surface->height)
h = surface->height - x;
h = surface->height - y;
transfer = screen->get_tex_transfer(screen,
surface->texture,