-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keyframe::GetPoint() returns a constant reference now
Returning a non constant reference is not possible; this allows outside code to invalidate internal invariants (sorted order of points) by modifying the returned point. To make updates the current best approach is to remove the point by index, and then add it again.
- Loading branch information
1 parent
6bc3428
commit 6d81033
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters