add more build controls
[goodguy/history.git] / cinelerra-5.1 / guicast / vframe3d.C
index 7b7d170e0a098921800cdabbe9cec66a1ae10c46..4986e741843aa45ee0bf9e8bb1d251dfc86d390c 100644 (file)
@@ -333,8 +333,8 @@ static int print_error(char *source, unsigned int object, int is_program)
                glGetShaderInfoLog(object, BCTEXTLEN, &len, string);
        if(len > 0) printf("Playback3D::print_error:\n%s\n%s\n", source, string);
        if(len > 0) return 1;
-       return 0;
 #endif
+       return 0;
 }