further unmangle branch split

This commit is contained in:
Seth Alves 2015-10-15 10:29:25 -07:00
parent e571cb7ca4
commit a78728c96b

View file

@ -62,6 +62,8 @@ void AvatarActionHold::updateActionWorker(float deltaTimeStep) {
gotLock = withTryWriteLock([&]{ gotLock = withTryWriteLock([&]{
_positionalTarget = position; _positionalTarget = position;
_rotationalTarget = rotation; _rotationalTarget = rotation;
_positionalTargetSet = true;
_rotationalTargetSet = true;
}); });
} }
if (gotLock) { if (gotLock) {