Mercurial > sdl-ios-xcode
diff src/video/dummy/SDL_nullrender.c @ 2262:bee005ace1bf
Work in progress: merging new texture features into SDL blit system
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Aug 2007 06:21:58 +0000 |
parents | bb67fd5ccfdb |
children | c785543d1843 |
line wrap: on
line diff
--- a/src/video/dummy/SDL_nullrender.c Fri Aug 17 03:22:03 2007 +0000 +++ b/src/video/dummy/SDL_nullrender.c Fri Aug 17 06:21:58 2007 +0000 @@ -200,7 +200,8 @@ if (texture->scaleMode) { copydata.flags |= SDL_RENDERCOPY_NEAREST; } - return copyfunc(©data); + copyfunc(©data); + return 0; } else { SDL_Rect real_srcrect = *srcrect; SDL_Rect real_dstrect = *dstrect;