瀏覽代碼

small typo

Raanan Weber 5 年之前
父節點
當前提交
526f6006b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Cameras/XR/motionController/webXRControllerComponent.ts

+ 1 - 1
src/Cameras/XR/motionController/webXRControllerComponent.ts

@@ -73,7 +73,7 @@ export class WebXRControllerComponent implements IDisposable {
      */
     public static SQUEEZE: MotionControllerComponentType = "squeeze";
     /**
-     * squeeze component type
+     * button component type
      */
     public static BUTTON: MotionControllerComponentType = "button";
     /**