Browse Source

enbaled if set

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