mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +02:00
Fix accidental change of bracing style.
This commit is contained in:
parent
976ed2b1d3
commit
44324584b4
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ static AnimPose computeHipsInSensorFrame(MyAvatar* myAvatar, bool isFlying) {
|
||||||
if (useCenterOfGravityModel) {
|
if (useCenterOfGravityModel) {
|
||||||
// then we use center of gravity model
|
// then we use center of gravity model
|
||||||
hipsMat = myAvatar->deriveBodyUsingCgModel();
|
hipsMat = myAvatar->deriveBodyUsingCgModel();
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// otherwise use the default of putting the hips under the head
|
// otherwise use the default of putting the hips under the head
|
||||||
hipsMat = myAvatar->deriveBodyFromHMDSensor(true);
|
hipsMat = myAvatar->deriveBodyFromHMDSensor(true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue