Parcourir la source

enbaled if set

Raanan Weber il y a 7 ans
Parent
commit
bd66d24e5d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;