code review

This commit is contained in:
Seth Alves 2015-10-15 17:10:47 -07:00
parent 462918ffcf
commit 0964180f2c

View file

@ -74,9 +74,9 @@ void AvatarActionHold::updateActionWorker(float deltaTimeStep) {
_rotationalTargetSet = true; _rotationalTargetSet = true;
_active = true; _active = true;
}); });
} if (gotLock) {
if (gotLock) { ObjectActionSpring::updateActionWorker(deltaTimeStep);
ObjectActionSpring::updateActionWorker(deltaTimeStep); }
} }
} }
} }