changeset 6546 | 824535ce51b6 |
parent 6545 | 01216d38e4d9 |
child 6578 | 77d70ec131bc |
--- a/src/render/SDL_render.c Wed Oct 03 19:20:53 2012 -0400 +++ b/src/render/SDL_render.c Wed Oct 03 20:02:13 2012 -0400 @@ -1539,7 +1539,8 @@ const SDL_Rect * srcrect, const SDL_Rect * dstrect, const double angle, const SDL_Point *center, const SDL_RendererFlip flip) { - SDL_Rect real_srcrect, real_dstrect; + SDL_Rect real_srcrect = { 0, 0, 0, 0 }; + SDL_Rect real_dstrect = { 0, 0, 0, 0 }; SDL_Point real_center; SDL_FRect frect; SDL_FPoint fcenter;