SDL_RenderCopyF copies outside of its source texture...
Recently I created a tiled based game where I had all the textures in a texture atlas. To render the player for an example I had to copy a portion of this atlas onto the renderer using SDL_RenderCopyF. I used t