Raanan Weber 5 anni fa
parent
commit
cfe589dd26
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Cameras/XR/webXRControllerTeleportation.ts

+ 1 - 1
src/Cameras/XR/webXRControllerTeleportation.ts

@@ -21,7 +21,7 @@ export class WebXRControllerTeleportation {
     /**
      * when set to true (default) teleportation will wait for thumbstick changes.
      * When set to false teleportation will be disabled.
-     * 
+     *
      * If set to false while teleporting results can be unexpected.
      */
     public enabled: boolean = true;