diff --git a/src/textures/Texture.d.ts b/src/textures/Texture.d.ts index f18ff719da8431097cf4c28b25c76b86250a53f8..2140b3cb4d59c7a578b0b8512a70e46d8da9156f 100644 --- a/src/textures/Texture.d.ts +++ b/src/textures/Texture.d.ts @@ -33,7 +33,7 @@ export class Texture extends EventDispatcher { name: string; sourceFile: string; image: any; // HTMLImageElement or ImageData or { width: number, height: number } in some children; - mipmaps: ImageData[]; + mipmaps: any[]; // ImageData[] for 2D textures and CubeTexture[] for cube textures; mapping: Mapping; wrapS: Wrapping; wrapT: Wrapping;