1
Graphics / Re: Tearing issue?
« on: December 09, 2015, 12:02:00 am »
Thanks for your replies. I found the solution. When I was calling setTexture() on my sprite I wasn't including the second paramter for resizing the underlying rectangle of the sprite.
so by calling Sprite.setTexture(Texture, true); I fixed my problem.
so by calling Sprite.setTexture(Texture, true); I fixed my problem.