浏览代码

[Typescript definition] fix signature mesh.ctor

Vincent Bouzon 11 年之前
父节点
当前提交
916720737c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;