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:
parent
3f37bb5466
commit
422ec364ff
14 changed files with 1913 additions and 2158 deletions
|
@ -200,7 +200,8 @@ SDL_DUMMY_RenderCopy(SDL_Renderer * renderer, SDL_Texture * texture,
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue