mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:17:45 +02:00
Reenable disabling of hand controllers
This commit is contained in:
parent
335e91e4a6
commit
3879922e78
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ ControllerDisplayManager = function() {
|
|||
};
|
||||
|
||||
function updateControllers() {
|
||||
if (HMD.active && true) { //HMD.shouldShowHandControllers()) {
|
||||
if (HMD.active && HMD.shouldShowHandControllers()) {
|
||||
var leftConfig = null;
|
||||
var rightConfig = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue