浏览代码

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;