FIRE-34884: Add undo to clone
Mirror and Sympathetic were not undo-ing the opposite jointmaster
parent
f1e8230de3
commit
ed6cc6319d
|
|
@ -179,6 +179,7 @@ void FSJointPose::cloneRotationFrom(FSJointPose* fromJoint)
|
|||
if (!fromJoint)
|
||||
return;
|
||||
|
||||
addToUndo(mRotation, &mUndoneRotationIndex, &mLastSetRotationDeltas, &mTimeLastUpdatedRotation);
|
||||
mRotation = FSJointRotation(fromJoint->mRotation);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue