Explorar o código

Fixed: TypeScript

linbingquan %!s(int64=6) %!d(string=hai) anos
pai
achega
eb2c2a7c32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }