Debug code should check right function names.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401227
This commit is contained in:
parent
7481988a95
commit
4b43b304ab
1 changed files with 1 additions and 1 deletions
|
@ -2427,7 +2427,7 @@ SDL_loblit SDL_CalculateBlitN(SDL_Surface *surface, int blit_index)
|
|||
fprintf(stderr, "Using asm blit\n");
|
||||
else
|
||||
#endif
|
||||
if ( (blitfun == SDL_BlitNtoN) || (blitfun == SDL_BlitNto1) )
|
||||
if ( (blitfun == BlitNtoN) || (blitfun == BlitNto1) )
|
||||
fprintf(stderr, "Using C blit\n");
|
||||
else
|
||||
fprintf(stderr, "Using optimized C blit\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue