mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 00:25:37 -05:00
Blit bug fix from John Popplewell
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user