X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fkeyframe.h;h=5e70aa730c970bf11ac51231c72ad8defd695344;hp=26d18534496b755ceac151601b886b589fad8da3;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/animation/keyframe.h b/source/animation/keyframe.h index 26d18534..5e70aa73 100644 --- a/source/animation/keyframe.h +++ b/source/animation/keyframe.h @@ -67,12 +67,9 @@ public: private: Transform transform; UniformMap uniforms; - const Pose *pose; + const Pose *pose = 0; public: - KeyFrame(); - ~KeyFrame(); - void set_transform(const Transform &); void set_matrix(const Matrix &); void set_uniform(const std::string &, const AnimatedUniform &);