From ae82a61ca77ea6352e4fd3ea8d620d8dafae301f Mon Sep 17 00:00:00 2001 From: Mathew Velasquez Date: Wed, 17 Feb 2016 17:37:39 -0500 Subject: [PATCH] Fix build on Ubuntu --- src/gl-debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl-debug.cpp b/src/gl-debug.cpp index 682b0df..a0674b1 100644 --- a/src/gl-debug.cpp +++ b/src/gl-debug.cpp @@ -70,7 +70,7 @@ static void APIENTRY arbDebugFunc(GLenum source, (void) id; (void) length; - if (severity == GL_DEBUG_SEVERITY_NOTIFICATION) + if (severity == 0x826B) // GL_DEBUG_SEVERITY_NOTIFICATION return; p->writeTimestamp();