mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-28 16:06:28 +01:00
Comment out debug line
This commit is contained in:
parent
de8e324d32
commit
c58674d678
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class GlShader extends GlObject {
|
|||
Backend.log.error("Shader compilation log for " + shader.name + ": " + log);
|
||||
Backend.log.error(shader.printSource());
|
||||
}
|
||||
Backend.log.debug(shader.printSource());
|
||||
//Backend.log.debug(shader.printSource());
|
||||
|
||||
if (GL20.glGetShaderi(handle, GL20.GL_COMPILE_STATUS) != GL20.GL_TRUE) {
|
||||
throw new RuntimeException("Could not compile " + shader.name + ". See log for details.");
|
||||
|
|
Loading…
Reference in a new issue