소스 검색

linting ftw

Raanan Weber 5 년 전
부모
커밋
cfe589dd26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;