Trevor Baron преди 7 години
родител
ревизия
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
          * @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
          * @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) => {
             var makeNotPickable = (root:AbstractMesh) => {
                 root.isPickable = false;
                 root.isPickable = false;
                 root.getChildMeshes().forEach((c) => {
                 root.getChildMeshes().forEach((c) => {