revert last change

This commit is contained in:
Andrew Meadows 2019-08-05 14:22:01 -07:00
parent 6d7565a568
commit c8c704eb57

View file

@ -2733,7 +2733,7 @@ void MyAvatar::nextAttitude(glm::vec3 position, glm::quat orientation) {
void MyAvatar::harvestResultsFromPhysicsSimulation(float deltaTime) {
glm::vec3 position;
glm::quat orientation;
if (_characterController.isEnabledAndReady() && !_characterController.isStuck()) {
if (_characterController.isEnabledAndReady()) {
_characterController.getPositionAndOrientation(position, orientation);
} else {
position = getWorldPosition();