Browse Source

[Typescript definition] fix signature mesh.ctor

Vincent Bouzon 11 years ago
parent
commit
916720737c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Typescript/Mesh/babylon.mesh.d.ts

+ 1 - 1
Typescript/Mesh/babylon.mesh.d.ts

@@ -14,7 +14,7 @@ declare module BABYLON {
         subMeshes: SubMesh[];
         animations: Animation[];
 
-        constructor(name: string, vertexDeclaration: number[], scene: Scene);
+        constructor(name: string, scene: Scene);
 
         static BILLBOARDMODE_NONE: number;
         static BILLBOARDMODE_X: number;