diff src/video/SDL_renderer_sw.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 b252359547ed
children c785543d1843
line wrap: on
line diff
--- a/src/video/SDL_renderer_sw.c	Fri Aug 17 03:22:03 2007 +0000
+++ b/src/video/SDL_renderer_sw.c	Fri Aug 17 06:21:58 2007 +0000
@@ -667,7 +667,8 @@
             if (texture->scaleMode) {
                 copydata.flags |= SDL_RENDERCOPY_NEAREST;
             }
-            status = copyfunc(&copydata);
+            copyfunc(&copydata);
+            status = 0;
         } else {
             SDL_Rect real_srcrect = *srcrect;
             SDL_Rect real_dstrect;