Explorar el Código

removing commented line

Raanan Weber hace 5 años
padre
commit
8e8dfefb59
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/Cameras/XR/webXRCamera.ts

+ 0 - 1
src/Cameras/XR/webXRCamera.ts

@@ -122,7 +122,6 @@ export class WebXRCamera extends FreeCamera {
             currentRig.outputRenderTarget = xrSessionManager._sessionRenderTargetTexture;
 
         });
-        // this._updateForDualEyeDebugging();
         return true;
     }
 }