- Joined
- Aug 13, 2007
- Messages
- 309
When I set the height of a point
then try to use
The AngleBetweenPoints function no longer works and always returns 0.
Why does it do this? To work around it I had to get the angle between the points before I set the height of the points. x.x
JASS:
PointSetHeight(point a, fixed height);
JASS:
AngleBetweenPoints(point a, point b);
Why does it do this? To work around it I had to get the angle between the points before I set the height of the points. x.x