Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keyframe::AddPoint() fix: reallocation invalidates iterator
Points.push_back can (and will) cause reallocation, which invalidates the candidate iterator. Thus better use an (integer) index.
- Loading branch information