Work in progress: merging new texture features into SDL blit system

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402624
This commit is contained in:
Sam Lantinga 2007-08-17 06:21:58 +00:00
parent 3f37bb5466
commit 422ec364ff
14 changed files with 1913 additions and 2158 deletions

View file

@ -200,7 +200,8 @@ SDL_DUMMY_RenderCopy(SDL_Renderer * renderer, SDL_Texture * texture,
if (texture->scaleMode) {
copydata.flags |= SDL_RENDERCOPY_NEAREST;
}
return copyfunc(&copydata);
copyfunc(&copydata);
return 0;
} else {
SDL_Rect real_srcrect = *srcrect;
SDL_Rect real_dstrect = *dstrect;