I have a 25px x 25px square sprite and I'm trying to set the origin to the center.
m_PlayerSprite.setOrigin(12.5, 12.5);
but! For some reason having an x value of 12.5 distorts my sprite. Any other value and it looks normal. What gives?
Attached: 1.png: normal, 2.png: distorted, player.png: base image.
EDIT: I wasn't sure how to make my attached images appear in the post. Let me know if that would help. Thanks!