Browse Source

small typo

Raanan Weber 5 years ago
parent
commit
526f6006b6
1 changed files with 1 additions and 1 deletions
  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";
     /**