Raanan Weber 5 anni fa
parent
commit
526f6006b6

+ 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";
     /**