Closed GoogleCodeExporter closed 8 years ago
How-to fix: In: public void onUpdate(Sprite sprite) {...} Replace: offsetX = (width / 4f) - (scale * (width / 4f)); offsetY = (height / 4f)- (scale * (height / 4f)); With: offsetX = (width / 2f) - (scale * (width / 2f)); offsetY = (height / 2f)- (scale * (height / 2f));
Original issue reported on code.google.com by christop...@gmail.com on 31 Dec 2009 at 3:23
christop...@gmail.com
Fixed in trunk, thankyou
Original comment by rtaylor205@gmail.com on 31 Dec 2009 at 10:22
rtaylor205@gmail.com
Original issue reported on code.google.com by
christop...@gmail.com
on 31 Dec 2009 at 3:23