mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed spacing
This commit is contained in:
parent
925859aaa6
commit
86d4b09914
@ -343,7 +343,7 @@ SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery,
|
||||
SDL_Surface *rz_dst;
|
||||
int is32bit;
|
||||
int i;
|
||||
Uint8 r = 0,g = 0,b = 0;
|
||||
Uint8 r = 0, g = 0, b = 0;
|
||||
Uint32 colorkey = 0;
|
||||
int colorKeyAvailable = 0;
|
||||
double sangleinv, cangleinv;
|
||||
|
Loading…
Reference in New Issue
Block a user