mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
indent
This commit is contained in:
parent
61ed776db3
commit
49204a8cdd
|
|
@ -2837,7 +2837,7 @@ SDL_CalculateAlphaBlit(SDL_Surface * surface, int blit_index)
|
|||
return BlitNto1SurfaceAlphaKey;
|
||||
else
|
||||
#if SDL_ALTIVEC_BLITTERS
|
||||
if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 &&
|
||||
if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 &&
|
||||
SDL_HasAltiVec())
|
||||
return Blit32to32SurfaceAlphaKeyAltivec;
|
||||
else
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ main(int argc, char *argv[])
|
|||
((double) frames * 1000) / (now - then));
|
||||
}
|
||||
quit(0);
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#else /* HAVE_OPENGL */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user