Parcourir la source

Fixed: TypeScript

linbingquan il y a 6 ans
Parent
commit
eb2c2a7c32
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 }