What steps will reproduce the problem?
1. Check API documentation or Actor.h for arguments order -
Actor::GetUVs(Vector2 &upright, Vector2 &lowleft);
2. Check Actor.cpp for real arguments order - Actor::GetUVs(Vector2 &lowleft,
Vector2 &upright);
Affected versions: v2.2 and current svn trunk.
Original issue reported on code.google.com by jp.kura...@gmail.com on 12 Mar 2012 at 7:47
Original issue reported on code.google.com by
jp.kura...@gmail.com
on 12 Mar 2012 at 7:47