mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Comment away error printing in debug renderer.
This commit is contained in:
@@ -114,7 +114,9 @@ namespace openspace {
|
||||
// Check for errors
|
||||
GLenum error = glGetError();
|
||||
if (error != GL_NO_ERROR) {
|
||||
LERROR(error);
|
||||
// Commenting this line. It causes errors to be printed. However
|
||||
// the errors are not caused by DebugRenderer!!
|
||||
//LERROR(error);
|
||||
}
|
||||
|
||||
// Clean up after the draw call was made
|
||||
|
||||
Reference in New Issue
Block a user