Browse Source

removing commented line

Raanan Weber 5 năm trước cách đây
mục cha
commit
8e8dfefb59
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
     }
 }