graphics api abstraction
[demo] / src / opengl / shader-gl.cc
index 1ce36b7..898e5c5 100644 (file)
@@ -132,7 +132,7 @@ bool ShaderProgramGL::link()
 
 bool ShaderProgramGL::use() const
 {
-       if(!is_linked) { //&& !link()) {
+       if(!is_linked) {
                return false;
        }