aardgoose 6 years ago
parent
commit
e6d4e120bf
1 changed files with 3 additions and 1 deletions
  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 );
+
 }