Mercurial > sdl-ios-xcode
diff src/video/SDL_blit.c @ 1658:e49147870aac SDL-1.3
glSDL support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 01 May 2006 06:58:33 +0000 |
parents | d910939febfa |
children | 782fd950bd46 |
line wrap: on
line diff
--- a/src/video/SDL_blit.c Fri Apr 28 16:55:41 2006 +0000 +++ b/src/video/SDL_blit.c Mon May 01 06:58:33 2006 +0000 @@ -281,7 +281,7 @@ video->CheckHWBlit(this, surface, surface->map->dst); } } - + /* Get the blit function index, based on surface mode */ /* { 0 = nothing, 1 = colorkey, 2 = alpha, 3 = colorkey+alpha } */ blit_index = 0;