]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation/animation.h
Add inline data items to the collection
[libs/gl.git] / source / animation / animation.h
index 6845d23ee3e1652c9f7e49a86e5145f3faa6aa52..3d247cf5f74bc0821481fc9a2cdbf10f24a0e8ca 100644 (file)
@@ -121,8 +121,9 @@ private:
        struct TimedKeyFrame
        {
                Time::TimeDelta time;
-               RefPtr<const KeyFrame> keyframe;
+               const KeyFrame *keyframe;
                bool control;
+               bool owned;
        };
 
        struct Event