Fix: Pose Breakdown operator (continued)

This commit is contained in:
Jacques Lucke 2018-10-29 14:07:47 +01:00
parent 1c326e5079
commit abdda29dab
1 changed files with 2 additions and 2 deletions

View File

@ -618,10 +618,10 @@ static void pose_slide_apply(bContext *C, tPoseSlideOp *pso)
/* apply NLA mapping corrections so the frame lookups work */
ob_data->prevFrameF = BKE_nla_tweakedit_remap(ob_data->ob->adt,
ob_data->prevFrameF,
pso->prevFrame,
NLATIME_CONVERT_UNMAP);
ob_data->nextFrameF = BKE_nla_tweakedit_remap(ob_data->ob->adt,
ob_data->nextFrameF,
pso->nextFrame,
NLATIME_CONVERT_UNMAP);
}
}