Browse Source

fixed trace

ncannasse 8 năm trước cách đây
mục cha
commit
4839df871a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      h3d/impl/GlDriver.hx

+ 0 - 1
h3d/impl/GlDriver.hx

@@ -136,7 +136,6 @@ class GlDriver extends Driver {
 		var type = shader.vertex ? GL.VERTEX_SHADER : GL.FRAGMENT_SHADER;
 		var s = gl.createShader(type);
 		var code = glout.run(shader.data);
-		trace(code);
 		gl.shaderSource(s, code);
 		gl.compileShader(s);
 		if ( gl.getShaderParameter(s, GL.COMPILE_STATUS) != cast 1 ) {