Fix accidental change of bracing style.

This commit is contained in:
Phil Palmer 2020-12-30 04:30:52 -05:00
parent 976ed2b1d3
commit 44324584b4

View file

@ -75,8 +75,7 @@ static AnimPose computeHipsInSensorFrame(MyAvatar* myAvatar, bool isFlying) {
if (useCenterOfGravityModel) {
// then we use center of gravity model
hipsMat = myAvatar->deriveBodyUsingCgModel();
}
else {
} else {
// otherwise use the default of putting the hips under the head
hipsMat = myAvatar->deriveBodyFromHMDSensor(true);
}