소스 검색

[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;