Browse Source

Fixed: TypeScript

linbingquan 6 years ago
parent
commit
eb2c2a7c32
1 changed files with 1 additions and 1 deletions
  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;
 }