Trevor Baron hace 7 años
padre
commit
9b84f13f8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Gizmos/babylon.boundingBoxGizmo.ts

+ 1 - 1
src/Gizmos/babylon.boundingBoxGizmo.ts

@@ -19,7 +19,7 @@ module BABYLON {
          */
         public ignoreChildren = false;
         /**
-         * Returns true if a descendant should be included when computing the bouding box. When null, all descendants are included. If ignoreChildren is set this will be ignored. (Default: null)
+         * Returns true if a descendant should be included when computing the bounding box. When null, all descendants are included. If ignoreChildren is set this will be ignored. (Default: null)
          */
         public includeChildPredicate: Nullable<(abstractMesh: AbstractMesh) => boolean> = null