Trevor Baron 7 lat temu
rodzic
commit
fb5a0bde09
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Behaviors/Mesh/babylon.sixDofDragBehavior.ts

+ 1 - 1
src/Behaviors/Mesh/babylon.sixDofDragBehavior.ts

@@ -1,6 +1,6 @@
 module BABYLON {
     /**
-     * A behavior that when attached to a mesh will allow the mesh to be dragged around based on directiona and origin of the pointer's ray
+     * A behavior that when attached to a mesh will allow the mesh to be dragged around based on directions and origin of the pointer's ray
      */
     export class SixDofDragBehavior implements Behavior<Mesh> {
         private static _virtualScene:Scene;