Mercurial > sdl-ios-xcode
diff src/video/SDL_blit.c @ 310:c97c1d3b3b5c
Blit bug fix from John Popplewell
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 20 Mar 2002 02:21:46 +0000 |
parents | f6ffac90895c |
children | 4314a501d7be |
line wrap: on
line diff
--- a/src/video/SDL_blit.c Mon Mar 11 17:38:56 2002 +0000 +++ b/src/video/SDL_blit.c Wed Mar 20 02:21:46 2002 +0000 @@ -116,7 +116,7 @@ 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;