Blit bug fix from John Popplewell

This commit is contained in:
Sam Lantinga
2002-03-20 02:21:46 +00:00
parent 2284e9b846
commit 168be7ea37

View File

@@ -116,7 +116,7 @@ static int SDL_SoftBlit(SDL_Surface *src, SDL_Rect *srcrect,
SDL_VideoDevice *video = current_video;
SDL_VideoDevice *this = current_video;
video->UnlockHWSurface(this, dst);
} else
}
if ( src_locked ) {
SDL_VideoDevice *video = current_video;
SDL_VideoDevice *this = current_video;