Mercurial > sdl-ios-xcode
changeset 310:c97c1d3b3b5c
Blit bug fix from John Popplewell
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 20 Mar 2002 02:21:46 +0000 |
parents | 2de77f7b7a28 |
children | 2847fd83f115 |
files | src/video/SDL_blit.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;