소스 검색

enbaled if set

Raanan Weber 7 년 전
부모
커밋
bd66d24e5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Viewer/src/configuration/interfaces/vrConfiguration.ts

+ 1 - 1
Viewer/src/configuration/interfaces/vrConfiguration.ts

@@ -1,7 +1,7 @@
 import { VRExperienceHelperOptions } from "babylonjs";
 
 export interface IVRConfiguration {
-    enabled?: boolean;
+    disabled?: boolean;
     objectScaleFactor?: number;
     disableInteractions?: boolean;
     disableTeleportation?: boolean;