indentation

This commit is contained in:
Jeffrey Ventrella 2013-05-10 22:10:06 -07:00
parent 1e4305d277
commit f1346604f4

View file

@ -462,9 +462,7 @@ void Avatar::simulate(float deltaTime) {
} }
// update head state // update head state
//updateHead(deltaTime); _head.setPositionRotationAndScale(
_head.setPositionRotationAndScale
(
_joint[ AVATAR_JOINT_HEAD_BASE ].springyPosition, _joint[ AVATAR_JOINT_HEAD_BASE ].springyPosition,
glm::vec3(_headYaw, _headPitch, _headRoll), glm::vec3(_headYaw, _headPitch, _headRoll),
_joint[ AVATAR_JOINT_HEAD_BASE ].radius _joint[ AVATAR_JOINT_HEAD_BASE ].radius