Browse Source

typedoc fix

Trevor Baron 7 years ago
parent
commit
eadd98dd38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Behaviors/Mesh/babylon.pointerDragBehavior.ts

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

@@ -13,7 +13,7 @@ module BABYLON {
          */
         public maxDragAngle = 0;
         /**
-         * @ignore
+         * @hidden
          */
         public _useAlternatePickedPointAboveMaxDragAngle = false;
         /**