Selaa lähdekoodia

Merge pull request #16448 from linbingquan/dev-fix

TypeScript: Fixed a mistake for WebGLAttributes.d.ts
Mr.doob 6 vuotta sitten
vanhempi
sitoutus
8ec5718630
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
 }

粤ICP备19079148号