Quantcast

* Added a guard when removing waypoints to catch an error

Author James Whitehead II <jnwhiteh@gmail.com>
Author date 2008-04-07 17:19:16
Author local date 2008-04-07 17:19:16 +0000
Committer James Whitehead II <jnwhiteh@gmail.com>
Committer date 2008-04-07 17:19:16
Committer local date 2008-04-07 17:19:16 +0000
Commit ea1241eb503847059cf2dd53551a587df8716ece
Tree 6a932a277fabb943b455d112e3e1a61d80792843
Parent 593544133f1da7512f6b7785be1ff9765ed7fb5b
* Added a guard when removing waypoints to catch an error
* Simplified the distance callbacks a bit so the outer distance makes more sense
* Moved the arrow rotation function out of the OnUpdate
* Use the arrow rotation function rather than the OnUpdate function to ensure things are displayd correctly on options change
* Make the distance list local to the point, instead of the callbacks table
* Release the callbacks table when the waypoint is cleared