mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 06:55:39 +02:00
Merge pull request #6294 from AndrewMeadows/fix-hydra-sans-hmd
fix hydra sensor matrix when no HMD is attached
This commit is contained in:
commit
498cec3abd
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ MyAvatar::MyAvatar(RigPointer rig) :
|
|||
connect(DependencyManager::get<AddressManager>().data(), &AddressManager::locationChangeRequired,
|
||||
this, &MyAvatar::goToLocation);
|
||||
_characterController.setEnabled(true);
|
||||
|
||||
_bodySensorMatrix = deriveBodyFromHMDSensor();
|
||||
}
|
||||
|
||||
MyAvatar::~MyAvatar() {
|
||||
|
|
Loading…
Reference in a new issue