Trevor Baron 7 лет назад
Родитель
Сommit
5d8e68307a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Gizmos/babylon.boundingBoxGizmo.ts

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

@@ -382,7 +382,7 @@ module BABYLON {
          * @param mesh the mesh to wrap in the bounding box mesh and make not pickable
          * @returns the bounding box mesh with the passed in mesh as a child
          */
-        public static makeNotPickableAndWrapInBoundingBox(mesh:Mesh):Mesh{
+        public static MakeNotPickableAndWrapInBoundingBox(mesh:Mesh):Mesh{
             var makeNotPickable = (root:AbstractMesh) => {
                 root.isPickable = false;
                 root.getChildMeshes().forEach((c) => {