Hello,
I've got a sf::Sprite which I initialise with setOrigin instead of setPosition.
When I try to draw it to renderwindow, despite everything (origin and pos) are the correct,
the texture is drawn in top left corner (0, 0).
Is there something I'd to know when drawing sprites with setOrigin?
thanks!