From 168be7ea37165167e04da91b11161e776e33cc55 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 20 Mar 2002 02:21:46 +0000 Subject: [PATCH] Blit bug fix from John Popplewell --- src/video/SDL_blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/SDL_blit.c b/src/video/SDL_blit.c index e2ff19916..df69fba4d 100644 --- a/src/video/SDL_blit.c +++ b/src/video/SDL_blit.c @@ -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;