aardgoose il y a 6 ans
Parent
commit
e6d4e120bf
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/renderers/webgl/WebGLShader.d.ts

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

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