Browse Source

Merge pull request #2627 from glenngartner/patch-1

Update babylon.d.ts
David Catuhe 8 years ago
parent
commit
231b4259be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dist/babylon.d.ts

+ 1 - 1
dist/babylon.d.ts

@@ -9169,7 +9169,7 @@ declare module BABYLON {
          * Clones the mesh, used by the class Mesh.
          * Just returns `null` for an AbstractMesh.
          */
-        clone(name: string, newParent: Node, doNotCloneChildren?: boolean): AbstractMesh;
+        clone(name: string, newParent?: Node, doNotCloneChildren?: boolean): AbstractMesh;
         /**
          * Disposes all the mesh submeshes.
          * Returns the AbstractMesh.