MyAvatar: Rename new instance variable after merge.

This commit is contained in:
Anthony J. Thibault 2015-10-09 14:46:05 -07:00
parent b5ba621f78
commit 0c489e3afd

View file

@ -152,7 +152,7 @@ void MyAvatar::reset() {
setEnableRigAnimations(true);
// Reset dynamic state.
_wasPushing = _isPushing = _isBraking = _billboardValid = _goToPending = _straightingLean = false;
_wasPushing = _isPushing = _isBraking = _billboardValid = _goToPending = _straighteningLean = false;
_skeletonModel.reset();
getHead()->reset();
_targetVelocity = glm::vec3(0.0f);