How come when I use sfTexture_copy everything goes as expected,
But if I create a Sprite based on the source texture and draw it to a RenderTexture that contains the destination texture, the result is a mirror image of what I was hoping for.
I can work around this by setting the y-scale of the sprite to -1 but I'd like to know why this behavior occurs in the first place.