瀏覽代碼

Update babylon.webVRCamera.ts

Raanan Weber 7 年之前
父節點
當前提交
8d34e67811
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Cameras/VR/babylon.webVRCamera.ts

+ 0 - 1
src/Cameras/VR/babylon.webVRCamera.ts

@@ -377,7 +377,6 @@ module BABYLON {
             Quaternion.FromRotationMatrixToRef(this._workingMatrix, this.deviceRotationQuaternion);
             Quaternion.FromRotationMatrixToRef(this._workingMatrix, this.deviceRotationQuaternion);
 
 
             super.update();
             super.update();
-            this.updateCalled = false;
         }
         }
         public _getViewMatrix(): Matrix {
         public _getViewMatrix(): Matrix {
             return Matrix.Identity();
             return Matrix.Identity();