2
0
aardgoose 6 жил өмнө
parent
commit
e6d4e120bf

+ 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 );
+
 }