Skip to content

Commit

Permalink
Blit bug fix from John Popplewell
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 20, 2002
1 parent f8a630a commit a57bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_blit.c
Expand Up @@ -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;
Expand Down

0 comments on commit a57bb1d

Please sign in to comment.