Browse Source

Update babylon.webVRCamera.ts

Raanan Weber 7 years ago
parent
commit
8d34e67811
1 changed files with 0 additions and 1 deletions
  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);
 
             super.update();
-            this.updateCalled = false;
         }
         public _getViewMatrix(): Matrix {
             return Matrix.Identity();