Hi there
I've got this member variable in my class:
sf::RenderTexture m_map;
Now I am drawing 25 sprites in x direction and 25 sprites in y direction.
Then I draw the image on the window. But the picture seems to have inverted axis...
Can anyone help me?