Trevor Baron 7 年之前
父節點
當前提交
fb5a0bde09
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;