# HG changeset patch # User Sam Lantinga # Date 1034004992 0 # Node ID c7da0cd5ae5e2d4b6f942eeac798580cef4d969d # Parent 300b46757b7a59368ee5d1c8a1cb2e9d7ed11c6d *** empty log message *** diff -r 300b46757b7a -r c7da0cd5ae5e src/video/SDL_surface.c --- a/src/video/SDL_surface.c Mon Oct 07 15:19:34 2002 +0000 +++ b/src/video/SDL_surface.c Mon Oct 07 15:36:32 2002 +0000 @@ -413,7 +413,7 @@ /* Figure out which blitter to use */ if ( (src->flags & SDL_HWACCEL) == SDL_HWACCEL ) { if ( src == SDL_VideoSurface ) { - hw_srcrect = *dstrect; + hw_srcrect = *srcrect; hw_srcrect.x += current_video->offset_x; hw_srcrect.y += current_video->offset_y; srcrect = &hw_srcrect;