|
|
|
|
@ -236,7 +236,6 @@ void Blit(SDL_Surface *src, SDL_Rect *src_rect, SDL_Rect *dst_rect)
|
|
|
|
|
#ifndef USE_SDL1 |
|
|
|
|
if (SDL_BlitSurface(src, src_rect, dst, dst_rect) < 0) |
|
|
|
|
ErrSdl(); |
|
|
|
|
return; |
|
|
|
|
#else |
|
|
|
|
if (!OutputRequiresScaling()) { |
|
|
|
|
if (SDL_BlitSurface(src, src_rect, dst, dst_rect) < 0) |
|
|
|
|
|