Reenable disabling of hand controllers

This commit is contained in:
Ryan Huffman 2016-12-09 16:15:12 -08:00
parent cde558fb94
commit 2b88935812

View file

@ -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;