I am following the SFML book, and have a parent/child relationship between entities.
I have something that sets the origin to the center (i double checked with some output, it is indeed setting the origin to the center).
What's happening is child entities with a position of (0,0) dont center their origin to the parent origin, it centers the child origin on the top left corner of the parent entity. What is causing this?