X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimationplayer.cpp;h=9bcb5e5720872d006b28ac6f8a9c1dec7421c26b;hb=8eb9a8d90e5597154dab666481037b306b7bbca2;hp=a929f3c233e846bcc39eedae496bbd7a860e0988;hpb=57fc4142e0b19a21f61c60b00f8310d5d2c27871;p=libs%2Fgl.git diff --git a/source/animationplayer.cpp b/source/animationplayer.cpp index a929f3c2..9bcb5e57 100644 --- a/source/animationplayer.cpp +++ b/source/animationplayer.cpp @@ -21,7 +21,7 @@ void AnimationPlayer::tick(const Time::TimeDelta &dt) if(const Armature *armature = i->animation.get_armature()) { unsigned max_index = armature->get_max_link_index(); - for(unsigned j=0; jobject.set_pose_matrix(j, i->iterator.get_pose_matrix(j)); }