Przeglądaj źródła

Fixed: TypeScript

linbingquan 6 lat temu
rodzic
commit
eb2c2a7c32
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/renderers/webgl/WebGLAttributes.d.ts

+ 1 - 1
src/renderers/webgl/WebGLAttributes.d.ts

@@ -5,5 +5,5 @@ export class WebGLAttributes {
 
 	remove(attribute: any): void;
 
-	update(attribute: any, bufferType: Array): void;
+	update(attribute: any, bufferType: Array<any>): void;
 }