aardgoose 7 vuotta sitten
vanhempi
sitoutus
e6d4e120bf
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      src/renderers/webgl/WebGLShader.d.ts

+ 3 - 1
src/renderers/webgl/WebGLShader.d.ts

@@ -1,3 +1,5 @@
 export class WebGLShader {
 export class WebGLShader {
-  constructor( gl: any, type: string, string: string );
+
+	constructor( gl: any, type: string, string: string );
+
 }
 }

粤ICP备19079148号