Просмотр исходного кода

[Typescript definition] fix signature mesh.ctor

Vincent Bouzon 11 лет назад
Родитель
Сommit
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;