I am attempting to change the anchor point of my SkeletonAnimation to Point(0,0) so that I can position it by the bottom left corner. However skeletonAnimation->setAnchorPoint(Point(0,0)) is having no effect. It simply stays at the default Point(0.5,0.5). My run times are up to date and were downloaded from github. Any ideas?