diff --git a/source/blender/blenkernel/intern/action.c b/source/blender/blenkernel/intern/action.c index 6d0a5f672cc..dadaaa65055 100644 --- a/source/blender/blenkernel/intern/action.c +++ b/source/blender/blenkernel/intern/action.c @@ -929,7 +929,7 @@ static float stridechannel_frame(Object *ob, float sizecorr, bActionStrip *strip static void cyclic_offs_bone(Object *ob, bPose *pose, bActionStrip *strip, float time) { - if(time > 1.0f) { + if(time >= 1.0f) { bActionChannel *achan= get_action_channel(strip->act, strip->offs_bone); if(achan && achan->ipo) {