X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fpose.cpp;h=2faecad3110437c2a2ae918800755c3c49716d14;hp=99fa6bb3dfe812265a8e2372ddd9c1daad5f887a;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266 diff --git a/source/animation/pose.cpp b/source/animation/pose.cpp index 99fa6bb3..2faecad3 100644 --- a/source/animation/pose.cpp +++ b/source/animation/pose.cpp @@ -8,12 +8,7 @@ using namespace std; namespace Msp { namespace GL { -Pose::Pose(): - armature(0) -{ } - -Pose::Pose(const Armature &a): - armature(0) +Pose::Pose(const Armature &a) { set_armature(a); }