]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix a stale pointer issue with Animation
authorMikko Rasa <tdb@tdb.fi>
Wed, 2 May 2018 19:22:23 +0000 (22:22 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 2 May 2018 19:22:23 +0000 (22:22 +0300)
Now that keyframe information is stored in a vector it's no longer
guaranteed that pointers to them stay valid after push_back.  Re-link
all TimedKeyFrames if the vector gets reallocated.


No differences found