X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation.h;h=929cb13f497318c3a91492cc1cf18d36584f267e;hp=32a06075ec18269450a9ab329317e1e7551b8994;hb=573ea4e5602c4321cc1d75daf9ed0beed5cde280;hpb=4b4d2a48048268d2ad48bafbce8647af8088573f diff --git a/source/animation.h b/source/animation.h index 32a06075..929cb13f 100644 --- a/source/animation.h +++ b/source/animation.h @@ -73,8 +73,6 @@ private: void prepare(); }; - typedef std::list KeyFrameList; - struct UniformInfo { std::string name; @@ -88,7 +86,7 @@ public: { private: const Animation *animation; - KeyFrameList::const_iterator iter; + std::vector::const_iterator iter; Time::TimeDelta time_since_keyframe; bool end; @@ -105,7 +103,7 @@ public: private: const Armature *armature; - KeyFrameList keyframes; + std::vector keyframes; bool looping; std::vector uniforms;