Trevor Baron 6 năm trước cách đây
mục cha
commit
3a7242429d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Cameras/XR/babylon.webXRExperienceHelper.ts

+ 1 - 1
src/Cameras/XR/babylon.webXRExperienceHelper.ts

@@ -39,7 +39,7 @@ module BABYLON {
          */
         public state: WebXRState = WebXRState.NOT_IN_XR;
 
-        private _setState(val:WebXRState){
+        private _setState(val: WebXRState) {
             this.state = val;
             this.onStateChangedObservable.notifyObservers(this.state);
         }